Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / index / index.c
index a462a635e78dfff933efc4dcec1253ceca37f552..35cff533c59150171fa28ec880b473cc1cf3f784 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <sys/stat.h>
 #include <sys/types.h>
This page took 0.023628 seconds and 5 git commands to generate.