Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / ust-metadata.c
index f430ae1f1e8ed390df410b71370f1771286afc66..379429285ad6af7f033ce3950c29190eacf706ac 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <stdint.h>
 #include <string.h>
 #include <stdarg.h>
This page took 0.024879 seconds and 5 git commands to generate.