Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / list.c
index 12499ee408f1e545b3afbe727f2b0c3659a23082..f69d34db99aab59b115cf3c6cdf9b77f2a3a9252 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.023142 seconds and 4 git commands to generate.