From a964324e72d5abd496e6659d287d8c00cba583bc Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Wed, 7 Nov 2007 14:45:48 +0000 Subject: [PATCH] - Include runetype.h for _RuneLocale_ --- lib/libc/locale/mblocal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libc/locale/mblocal.h b/lib/libc/locale/mblocal.h index e424ebe94fe..b4e10985f67 100644 --- a/lib/libc/locale/mblocal.h +++ b/lib/libc/locale/mblocal.h @@ -29,6 +29,8 @@ #ifndef _MBLOCAL_H_ #define _MBLOCAL_H_ +#include + /* * Rune initialization function prototypes. */