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