Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / channel.c
index 1d04b1fcfffd057d3346a40fc3be9abcae29b694..7ea43b8f39c5b6f0ba5253f018d40dc6fa72f821 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <inttypes.h>
 #include <string.h>
 #include <unistd.h>
This page took 0.025814 seconds and 5 git commands to generate.