Move <locale.h> out of NO_CATGETS define too (as setlocale() in prev.

commit)
This commit is contained in:
Andrey A. Chernov 2009-09-02 04:43:46 +00:00
parent f39e07f3af
commit db07ef76da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=196751

View file

@ -83,6 +83,7 @@ char *version = "@(#) ee, version " EE_VERSION " $Revision: 1.102 $";
#include <errno.h>
#include <string.h>
#include <pwd.h>
#include <locale.h>
#ifdef HAS_SYS_WAIT
#include <sys/wait.h>
@ -100,9 +101,7 @@ char *version = "@(#) ee, version " EE_VERSION " $Revision: 1.102 $";
#include <unistd.h>
#endif
#ifndef NO_CATGETS
#include <locale.h>
#include <nl_types.h>
nl_catd catalog;