Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / health / health.c
index 49f6dc0ab91d7c7b3a3a1c8adfc6a360916ddddc..3eea3adc0c34f5b6438736f9462b74ea6606bba6 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <inttypes.h>
 #include <stdio.h>
This page took 0.025249 seconds and 5 git commands to generate.