Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.c
index 4b52d599258ca301bbaede1587fa1c559b5c47e1..f120144aaaa994383fd96eea1af4d671cb78c960 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.023055 seconds and 4 git commands to generate.