Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.c
index 65952b273eaf49c52a17955ab6bda441bd65f554..a985dc7fe790994fe37b3d95af93f6bbf0b071f6 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <limits.h>
 #include <stdio.h>
This page took 0.023297 seconds and 4 git commands to generate.