Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / disable_channels.c
index 27f1db5b845f738af0b7a97f4c1062774c8f828a..96a9e5d6c93292f9c6d101d56b9b8f904ebdce2a 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.026303 seconds and 5 git commands to generate.