Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / uri.c
index 408b75cd73c7e9808a47c30196372a2ffbe8dde6..668e617d8b3fda5ea10b70e71878cd7d8ad4af99 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <arpa/inet.h>
 #include <netdb.h>
This page took 0.022797 seconds and 4 git commands to generate.