Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / utils.c
index 1d07cb31cc01511aedb781124de609277410075d..4e78767dfb46d2c18b47670174a21bbbeafbdfb3 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <ctype.h>
 #include <fcntl.h>
This page took 0.024216 seconds and 5 git commands to generate.