Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / consumer.c
index 999e400059fbe763264698a75c67b3fb80d6c717..e37c725c49b095a7c64c6a1b6cd58a52ddb7e803 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <poll.h>
 #include <pthread.h>
This page took 0.028128 seconds and 4 git commands to generate.