Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / lttng.c
index e4a8fd23ca2cfd92639734b0d74ff7b7c819253d..7658afc164668cbb74c1782ff290b169817ffd46 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <getopt.h>
 #include <signal.h>
 #include <stdio.h>
 #include <getopt.h>
 #include <signal.h>
 #include <stdio.h>
This page took 0.023551 seconds and 4 git commands to generate.