Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / set_session.c
index fd3d9a11813a3a7fdd9bb9f8b47afb8a74b0e4ca..3196f12bdd3863373938267a4106241eaac9100c 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <popt.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.0244 seconds and 5 git commands to generate.