Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / buffer-registry.c
index bab1f309f54560d12f56a8be8675d0532d8772bd..0ff76defbdcce18ad8aae47b28f9b7a43951af19 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <inttypes.h>
 
 #include <common/common.h>
 #include <inttypes.h>
 
 #include <common/common.h>
This page took 0.022964 seconds and 4 git commands to generate.