From cda19b934bd93b31e654fd84819fb8a54e554181 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Wed, 22 Jul 2009 21:03:49 +0000 Subject: [PATCH] fixed a compiling error (thank Ken for fixing it) --- kstring.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kstring.h b/kstring.h index 99ab259..f4e5a99 100644 --- a/kstring.h +++ b/kstring.h @@ -3,6 +3,7 @@ #include #include +#include #ifndef kroundup32 #define kroundup32(x) (--(x), (x)|=(x)>>1, (x)|=(x)>>2, (x)|=(x)>>4, (x)|=(x)>>8, (x)|=(x)>>16, ++(x)) -- 2.39.2