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