Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / snapshot.c
index f3ef3aff41e09f6888e727b14eef703ffa07515f..4b38edf623d157ffad7a6d11a6a01bb802995832 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <inttypes.h>
 #include <popt.h>
This page took 0.023428 seconds and 4 git commands to generate.