Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / kernel-consumer.c
index d71f8ce25c47b75ea32125d8b156f3a8a74e87a6..f634cd362a74fd810622d8d49c28397c137b4a27 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
This page took 0.025557 seconds and 5 git commands to generate.