Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index c2d20747a6e15b76fd6ae48d68bc0130b003b4dc..784a49ce06f7eb61dd8afa3d8b99bfadaf33c547 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <errno.h>
 #include <inttypes.h>
 #include <pthread.h>
This page took 0.024158 seconds and 5 git commands to generate.