Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / create.c
index 4f97c86489e9934c9f2b3b136d6757dc186ea1c6..1fa6d418b4ff439c297e08d00bd40f9fff0a1f62 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <ctype.h>
 #include <popt.h>
This page took 0.024022 seconds and 4 git commands to generate.