Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / save.c
index aae56a8954a081d11508fa8a02f6dc081b7aafb5..b78e7f78572b411dce5e4e7be66c75c4fccd5b91 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <inttypes.h>
 #include <string.h>
This page took 0.022783 seconds and 4 git commands to generate.