Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / consumer-metadata-cache.c
index 0f086fe9643218ba91837446b031154c91453e58..9cd99e5bf4d29f090baeb0c8326ce10ba880f2c7 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <pthread.h>
 #include <stdlib.h>
This page took 0.024682 seconds and 5 git commands to generate.