From ca773a850f79d6f346600439b6f91da58f7055a6 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 8 Sep 2003 20:37:11 +0000 Subject: Obligatory forgotten file. --- include/ctype.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/ctype.h b/include/ctype.h index 361f160f8..5034efbc1 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -27,6 +27,8 @@ #include #include +#ifdef __UCLIBC_HAS_CTYPE_TABLES__ + __BEGIN_DECLS #ifndef _ISbit @@ -379,4 +381,10 @@ extern int toupper_l (int __c, __locale_t __l) __THROW; __END_DECLS +#else /* __UCLIBC_HAS_CTYPE_TABLES__ */ + +#include + +#endif + #endif /* ctype.h */ -- cgit v1.2.3