From: Henrik Kaare Poulsen Date: Sun, 13 Dec 2015 18:31:05 +0000 (+0100) Subject: basic: ENABLE_DEBUG_HASHMAP needs X-Git-Tag: v229~208^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d4db144b073f5a03e9c679af3c90433f096649b;p=thirdparty%2Fsystemd.git 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 b3954e3223b..286ddfef5b3 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