Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / consumer-timer.c
index 1408052431aac3613db4e912c505320dd497e1ba..e7343afa63057d33333ea4bc9a4a187c663fed41 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <inttypes.h>
 #include <signal.h>
This page took 0.024473 seconds and 5 git commands to generate.