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