Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / hashtable / utils.c
index 1ea699d6edb921364a30d3c92e31e9ee538571b4..3c6994b1d0a98c0a9da5c5905c5de9a3b1e87e7d 100644 (file)
@@ -49,6 +49,7 @@
  * byte), but shoehorning those bytes into integers efficiently is messy.
  */
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdint.h>     /* defines uint32_t etc */
 #include <stdio.h>      /* defines printf for tests */
This page took 0.02419 seconds and 4 git commands to generate.