X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fhashtable%2Futils.c;h=3c6994b1d0a98c0a9da5c5905c5de9a3b1e87e7d;hp=1ea699d6edb921364a30d3c92e31e9ee538571b4;hb=6c1c0768320135c6936c371b09731851b508c023;hpb=f10db9cc56c280b504e5ece875c62da00d15722b diff --git a/src/common/hashtable/utils.c b/src/common/hashtable/utils.c index 1ea699d6e..3c6994b1d 100644 --- a/src/common/hashtable/utils.c +++ b/src/common/hashtable/utils.c @@ -49,6 +49,7 @@ * byte), but shoehorning those bytes into integers efficiently is messy. */ #define _GNU_SOURCE +#define _LGPL_SOURCE #include #include /* defines uint32_t etc */ #include /* defines printf for tests */