Port: Remove _GNU_SOURCE, defined in config.h
[lttng-tools.git] / src / common / relayd / relayd.c
index 3de19c28064d352ef9e1d507f14bac3cd318a823..a9fe6a7f1dbe7a84d4ae8f174d89969129a71b3a 100644 (file)
@@ -15,7 +15,7 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -25,6 +25,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.023968 seconds and 5 git commands to generate.