Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / config / config.c
index 971946c50bd93fbd8f9ef2ea9b2960c4b852d448..f93c5a678f12df5e8024bc21197a7900df12ce84 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <ctype.h>
 #include <stdio.h>
This page took 0.023597 seconds and 4 git commands to generate.