basic: ENABLE_DEBUG_HASHMAP needs <pthread.h>

this is a follow-up for commit 11c3a36649
This commit is contained in:
Henrik Kaare Poulsen 2015-12-13 19:31:05 +01:00 committed by Evgeny Vereshchagin
parent 654d1b3350
commit 3d4db144b0

View file

@ -37,6 +37,7 @@
#include "util.h"
#ifdef ENABLE_DEBUG_HASHMAP
#include <pthread.h>
#include "list.h"
#endif