Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-relayd / ctf-trace.c
index 9e9a5c69eb87a1f802fd0fc75bd5ea0f2a7a0151..59946ea4a8810bde2edc67414d782f34fc4032cb 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 
 #include <common/common.h>
This page took 0.023943 seconds and 4 git commands to generate.