Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / agent-thread.c
index 2c018e9c686050263651f9c7ec54552ef45b536c..d7d9c6c349412ba659c3d3720e950b18ac3b8389 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 
 #include <common/common.h>
This page took 0.02273 seconds and 4 git commands to generate.