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