From: Henrik Kaare Poulsen Date: Sun, 13 Dec 2015 18:31:05 +0000 (+0100) Subject: basic: ENABLE_DEBUG_HASHMAP needs X-Git-Tag: v229.1~1^2~87 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d9a6c68accd606c69cfb92b6ffba3ca8e3cf6c56;hp=9570dec98aff9489c9323683061cec93bb92d654 basic: ENABLE_DEBUG_HASHMAP needs this is a follow-up for commit 11c3a36649e5e5e77db499c92f3 --- 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