From: John Hodge Date: Sat, 27 Jul 2013 15:49:13 +0000 (+0800) Subject: Kernel - ADded ctype.h to utf16.h's include list X-Git-Tag: rel0.15~314 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=5e100f796b2bb499dddc4dfe5921e9972829c1ec;p=tpg%2Facess2.git Kernel - ADded ctype.h to utf16.h's include list --- 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) {