From 2a0c568ddc7b6b142dc049d8cc9cf32eb38e2321 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 4 Mar 2011 18:28:26 +0100 Subject: fix locale build make xlocale.h a dummy, locale_t is needed without it and uClibc_locale.h is already included by locale.h Signed-off-by: Peter S. Mazinger --- include/xlocale.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/xlocale.h') diff --git a/include/xlocale.h b/include/xlocale.h index e3def347d..82dabdfda 100644 --- a/include/xlocale.h +++ b/include/xlocale.h @@ -39,11 +39,11 @@ typedef struct __locale_struct /* Note: LC_ALL is not a valid index into this array. */ const char *__names[13]; } *__locale_t; -#else -# include -#endif /* POSIX 2008 makes locale_t official. */ typedef __locale_t locale_t; +#else +# include +#endif #endif /* xlocale.h */ -- cgit v1.2.3