Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / relayd / relayd.c
index 38ebdbde229454c7c98304171786552ce4bdcbdd..47db4081ae41bf55e7ca5d7c5fa6ab8194e37f9f 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.024032 seconds and 5 git commands to generate.