From 1dd9088a19f67fbadfbb10d8d668ab3eb6fa0df6 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Fri, 11 Dec 2015 09:55:17 +0100 Subject: hashmap: re-add missing header file pthread.h Commit 11c3a36649e5e removed pthread.h inclusion in src/basic/hashmap.c but this header file is neeeded when ENABLE_DEBUG_HASHMAP is defined. --- src/basic/hashmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/basic/hashmap.c b/src/basic/hashmap.c index b3954e3223..286ddfef5b 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 -- cgit v1.2.3-54-g00ecf