Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / sessiond-comm / inet6.c
index 5b137c4eb3a73430ad364b9e9acacce4f6126d3b..9eab3fa2fe7e15bc0c5d6d1417bc7f96d2150cbf 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.03453 seconds and 4 git commands to generate.