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