Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / view.c
index dcd4d66245fb5049fa241c00feb771fdf52d93ba..37fb4b8bc3a867ee06ff3e52b3c9155a7069e1a6 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.023135 seconds and 4 git commands to generate.