Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / destroy.c
index 50d5bb441a4476e8624a3cbfba095adaf2724d1a..95343c9c9a883513dd2741e5a1cb68acb2e612a3 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.023064 seconds and 4 git commands to generate.