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