From 537494b031b3df4d4861fd83c90302d8d2d9d821 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 19 Jan 2006 10:02:23 +0000 Subject: move a bunch of arch-specific checks out of common files and into an arch specific header file to make porting/updates a lot easier --- include/features.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/features.h') diff --git a/include/features.h b/include/features.h index 0f4921b9f..ec807d523 100644 --- a/include/features.h +++ b/include/features.h @@ -293,6 +293,7 @@ #define __need_uClibc_config_h #include #undef __need_uClibc_config_h +#include #ifdef __UCLIBC_HAS_WCHAR__ /* wchar_t uses ISO 10646-1 (2nd ed., published 2000-09-15) / Unicode 3.0. */ -- cgit v1.2.3