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