From d9a6c68accd606c69cfb92b6ffba3ca8e3cf6c56 Mon Sep 17 00:00:00 2001 From: Henrik Kaare Poulsen Date: Sun, 13 Dec 2015 19:31:05 +0100 Subject: [PATCH 1/1] basic: ENABLE_DEBUG_HASHMAP needs this is a follow-up for commit 11c3a36649e5e5e77db499c92f3 --- src/basic/hashmap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/basic/hashmap.c b/src/basic/hashmap.c index fa8768b7f..0e46716c5 100644 --- a/src/basic/hashmap.c +++ b/src/basic/hashmap.c @@ -37,6 +37,7 @@ #include "util.h" #ifdef ENABLE_DEBUG_HASHMAP +#include #include "list.h" #endif -- 2.30.2