Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / error.c
index 852de6fb4cf0c3fc7b0dc33c19164ced148c5be4..2cebbf9ef47f2b360c3277e4953293e8a7e374ac 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <inttypes.h>
 
This page took 0.022757 seconds and 4 git commands to generate.