From 54327c5fdcface146db62f5411394edd3fdd3f08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 2 Nov 2016 12:29:18 +0100 Subject: [PATCH] cache: avoid missing uint typedef I don't know why it passed on Linux without any warning. --- lib/cache.h | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.47.2