Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / event.c
index 181926b415f3e2ed9b50fcb35f25d60d515e48e5..3db3089b66f203d0afbf0aec432933d6a772d3e0 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <errno.h>
 #include <urcu/list.h>
 #include <string.h>
This page took 0.02858 seconds and 4 git commands to generate.