Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 9542e650dd6883b3351ae20ca249902259a3d94a..a7f77c09f31f7e294268c686340df6040e657643 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <getopt.h>
 #include <grp.h>
 #include <limits.h>
This page took 0.02272 seconds and 4 git commands to generate.