Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / lib / lttng-ctl / load.c
index 21619a6839c83106b46692c6f19ddd9ee900b9e4..3599503e51ad5b08eba677a01b213a107bad7ad1 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <string.h>
 
This page took 0.023402 seconds and 4 git commands to generate.