Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-consumerd / health-consumerd.c
index d1478e54de9268c778efe13a85bf7a8c843c1b9f..bd47f0c497c042c5ec247f8537a62822f89938e4 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <fcntl.h>
 #include <getopt.h>
 #include <grp.h>
This page took 0.022927 seconds and 4 git commands to generate.