Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index aae0e4fa5708ed4fd6c6416d5074c867da4bc62f..d573eb0be1834e4eab521819badd3e04c502d2b0 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <grp.h>
 #include <errno.h>
This page took 0.025158 seconds and 5 git commands to generate.