basic: ENABLE_DEBUG_HASHMAP needs <pthread.h>
authorHenrik Kaare Poulsen <henrik@kaarposoft.dk>
Sun, 13 Dec 2015 18:31:05 +0000 (19:31 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 15 Dec 2015 07:10:50 +0000 (07:10 +0000)
this is a follow-up for commit 11c3a36649e5e5e77db499c92f3

src/basic/hashmap.c

index b3954e3..286ddfe 100644 (file)
@@ -37,6 +37,7 @@
 #include "util.h"
 
 #ifdef ENABLE_DEBUG_HASHMAP
+#include <pthread.h>
 #include "list.h"
 #endif