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