Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / relayd / relayd.c
index 3de19c28064d352ef9e1d507f14bac3cd318a823..47db4081ae41bf55e7ca5d7c5fa6ab8194e37f9f 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -25,6 +26,7 @@
 
 #include <common/common.h>
 #include <common/defaults.h>
+#include <common/compat/endian.h>
 #include <common/sessiond-comm/relayd.h>
 #include <common/index/ctf-index.h>
 
This page took 0.025046 seconds and 5 git commands to generate.