X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=struct%2Fht.c;h=953200d33d8e8da1a005249602de17942a814d28;hp=f444af0a3350440a3355b6daed1c8e28199cc50c;hb=269f52d6f8cd031692c83afaa05c389115d05bd0;hpb=95cfcadf0f8f69f4237cde9a61ea6c64b40f8043 diff --git a/struct/ht.c b/struct/ht.c index f444af0..953200d 100644 --- a/struct/ht.c +++ b/struct/ht.c @@ -16,6 +16,7 @@ #include "ht.h" #include "murmur.h" #include "mem.h" +#include "struct.h" #define GET_PTR(x) ((string_t *)((x) & MASK(48))) // low-order 48 bits is a pointer to a string_t