X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d..448d3570a4b73f0056c4bb61c5d80e4778a5e0bd:/lib/hash.c diff --git a/lib/hash.c b/lib/hash.c index a77bd3a..f38e1d9 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -26,6 +26,7 @@ #include "hash.h" #include "mem.h" #include "log.h" +#include "kvp.h" struct entry { struct entry *next; /* next entry same key */