Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-relayd / connection.c
index 4cf87ad3471d87e21fb31943ec082cc00b597196..2376a3f29c973c45b3671e0eea413f06cea24deb 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <common/common.h>
 
 #include "connection.h"
This page took 0.024184 seconds and 5 git commands to generate.