Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / save.c
index 67862a4a02054880da74af7892f0cf2fe5529b48..43f10dc39131d821acc984e3d75aba777707f602 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <inttypes.h>
 #include <popt.h>
 #include <stdio.h>
This page took 0.022865 seconds and 4 git commands to generate.