From f7037211ad3a9e4f61a5d1aad8eceab5e01b4663 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 15 Dec 2005 14:51:39 +0000 Subject: 22085 and back off 22075: include langinfo.h to get iconv --- Src/system.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index 3b698161a..33804e71a 100644 --- a/Src/system.h +++ b/Src/system.h @@ -703,11 +703,10 @@ extern short ospeed; */ # include # include -#else -# ifdef HAVE_LANGINFO_H -# include -# ifdef HAVE_ICONV -# include -# endif -# endif +#endif +#ifdef HAVE_LANGINFO_H +# include +# ifdef HAVE_ICONV +# include +# endif #endif -- cgit 1.4.1