Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / conf.c
index 55ed6352663e8f71dd2f496bf48cf5696d586bec..4bcf49e336c18dd79c67d0b4091f608f7d382f89 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.023383 seconds and 4 git commands to generate.