Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-relayd / utils.c
index 392fab6a1b68bf6e25061bb6ec869e6738e67c8a..dbb1d1c7109254e88d9a80bd7a2de49174ce5039 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.02429 seconds and 5 git commands to generate.