Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / snapshot.c
index 8faf9a76a28f99f497c1b4542ed0acdfd5d5603f..1060269f3a9e0b15232f07ec380e643fb027a18c 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <inttypes.h>
 #include <string.h>
This page took 0.024805 seconds and 5 git commands to generate.