Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / load.c
index caa571302782c99f413809e58c7e73ed6b80012f..708ef0b4d8e6c5c035b8fa6a66ddd1e966c73440 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <inttypes.h>
 #include <popt.h>
 #include <stdio.h>
This page took 0.024159 seconds and 5 git commands to generate.