From: Vladimír Čunát Date: Wed, 2 Nov 2016 11:29:18 +0000 (+0100) Subject: cache: avoid missing uint typedef X-Git-Tag: v1.2.0-rc1~85^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54327c5fdcface146db62f5411394edd3fdd3f08;p=thirdparty%2Fknot-resolver.git cache: avoid missing uint typedef I don't know why it passed on Linux without any warning. --- diff --git a/lib/cache.h b/lib/cache.h index 71e47bea3..fc06f5853 100644 --- a/lib/cache.h +++ b/lib/cache.h @@ -19,6 +19,7 @@ #include #include "lib/cdb.h" #include "lib/defines.h" +#include "contrib/ucw/config.h" /*uint*/ /** Cache entry tag */ enum kr_cache_tag {