Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / session.c
index cd59cb7ab0cec8624992a8ddb90da63e365388fb..99b0165070ebc296c9f2bc9dc46a6d5967703741 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <limits.h>
 #include <inttypes.h>
 #include <stdio.h>
This page took 0.022934 seconds and 4 git commands to generate.