Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.c
index ce3e5da9adda44d3481c4bb07785a30f76ac14f5..42738bcac0589b688fab480cd2599dc2b681353a 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.022861 seconds and 4 git commands to generate.