Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-relayd / stream.c
index 410fae86146048bab2ea975f43b2fa434eb62623..6988e0012406417672351eea36a1804d2d04af20 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <common/common.h>
 
 #include "index.h"
This page took 0.024224 seconds and 5 git commands to generate.