Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-relayd / cmd-2-4.c
index 31963839cea00a1db297139b42d03af9f3ae0c43..d8aa73704f39deee40afbeee09b6f0efeb7f32fb 100644 (file)
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <string.h>
 
 #include <common/common.h>
 #include <common/sessiond-comm/relayd.h>
 
+#include <common/compat/endian.h>
+
 #include "cmd-generic.h"
 #include "lttng-relayd.h"
 
This page took 0.024363 seconds and 5 git commands to generate.