Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / sessiond-comm / unix.c
index 2c87b82c451f87de02fb5db074cb24a32c752696..97537c538b9b28d37cbcbbbe857951b1545ef2a6 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.022915 seconds and 4 git commands to generate.