Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.c
index 8a5cbdfcb550f86a2010586e6eed924d19232861..5c4fb50a15154794b76aec6284b3940479baf7ab 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.022588 seconds and 4 git commands to generate.