Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index bff360edb18165a9f7f70cd48c1dc9892ffcaf93..52b6979bf72b985e70164e283f5d4a4855a050ce 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <lttng/ust-ctl.h>
 #include <poll.h>
This page took 0.022653 seconds and 4 git commands to generate.