Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / enable_channels.c
index a58ebe0f7847a653147654c53345b0ddb500c016..f8272e92270b5c582faa23cc01b46e04ba38eb24 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.025009 seconds and 4 git commands to generate.