Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng / utils.c
index c518405cae2944c6fd3e6e997f024eed307ad0ff..3cc254a3c9e40e8b5c5df5c64ebf942bacca82a0 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdlib.h>
 #include <ctype.h>
This page took 0.022513 seconds and 4 git commands to generate.