Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.c
index 5d5703064a110cac4dd8ea389430b878dd8ff302..299776aa00400ea6ab806cb98a49f1a1b0e30f98 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <fcntl.h>
 #include <getopt.h>
 #include <grp.h>
This page took 0.02312 seconds and 4 git commands to generate.