chiark / gitweb /
basic: ENABLE_DEBUG_HASHMAP needs <pthread.h>
authorHenrik Kaare Poulsen <henrik@kaarposoft.dk>
Sun, 13 Dec 2015 18:31:05 +0000 (19:31 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 17 May 2017 13:22:14 +0000 (15:22 +0200)
this is a follow-up for commit 11c3a36649e5e5e77db499c92f3

src/basic/hashmap.c

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