Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / ht-cleanup.c
index a201506c0eb1da3ad94ac110c351ad3fc0d064e7..0469f920bfec933ec0b779f8da1cd8d49ed064a4 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 
 #include <common/hashtable/hashtable.h>
This page took 0.024226 seconds and 5 git commands to generate.