From 5e100f796b2bb499dddc4dfe5921e9972829c1ec Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 27 Jul 2013 23:49:13 +0800 Subject: [PATCH] Kernel - ADded ctype.h to utf16.h's include list --- KernelLand/Kernel/utf16.c | 1 + 1 file changed, 1 insertion(+) diff --git a/KernelLand/Kernel/utf16.c b/KernelLand/Kernel/utf16.c index 3f27df39..1101fb46 100644 --- a/KernelLand/Kernel/utf16.c +++ b/KernelLand/Kernel/utf16.c @@ -8,6 +8,7 @@ #define DEBUG 0 #include #include +#include int ReadUTF16(const Uint16 *Str16, Uint32 *Codepoint) { -- 2.20.1