Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / index / index.c
index abc0985412fb9c715bf4839196d5589c684c4596..35cff533c59150171fa28ec880b473cc1cf3f784 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <sys/stat.h>
 #include <sys/types.h>
@@ -24,6 +25,7 @@
 
 #include <common/common.h>
 #include <common/defaults.h>
+#include <common/compat/endian.h>
 #include <common/utils.h>
 
 #include "index.h"
This page took 0.024914 seconds and 4 git commands to generate.