Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
index c2b0248ea5210e4506b9086d2228b89fbf89c1ff..41b8502cfee8aeaab2c46e97d0b18a21e43bbdb1 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <inttypes.h>
 #include <urcu/list.h>
This page took 0.024059 seconds and 5 git commands to generate.