Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / start.c
index 5ca92d8d14a87049a743f375c5efaa55bb82e3bc..8016434303193c850781f04dda337da3df5d4077 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.028679 seconds and 5 git commands to generate.