Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / load-session-thread.c
index 868d7c55279b25e2455f626408cdf9118ffbdfd4..3be93cf8de4109440fcec26cb96760222ff0d152 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <common/error.h>
 #include <common/config/config.h>
 
This page took 0.02388 seconds and 5 git commands to generate.