Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / disable_events.c
index e833fe9572141baf13c6a47ca7c922fb647d1155..9ab8bf0b2972f244a4e9223105e7543b0c8025cf 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.024341 seconds and 5 git commands to generate.