Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / commands / calibrate.c
index 567f4a5fa560b6b031ca02b505e4e8b286a84760..80b6d39e7469b87ebdcf0a8dcd934d6af089ada0 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <popt.h>
 #include <stdio.h>
 #include <stdlib.h>
This page took 0.024809 seconds and 5 git commands to generate.