Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.c
index 19a1c95d3e803fa9bf95683a0b82a4a953bf9d87..0e386aa0327f2f430806321766e2a4e2516b64dc 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
This page took 0.02429 seconds and 5 git commands to generate.