Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / hashtable / hashtable.c
index b08a57e5cc0a07f53582a3181443d395c8b97765..3a38cbf0f83e20a6d6c315d5fc0c3deef5843a87 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <string.h>
 #include <urcu.h>
This page took 0.024713 seconds and 5 git commands to generate.