Author: ache Date: Wed Sep 2 04:43:46 2009 New Revision: 196751 URL: http://svn.freebsd.org/changeset/base/196751
Log: Move <locale.h> out of NO_CATGETS define too (as setlocale() in prev. commit) Modified: head/contrib/ee/ee.c Modified: head/contrib/ee/ee.c ============================================================================== --- head/contrib/ee/ee.c Wed Sep 2 04:26:34 2009 (r196750) +++ head/contrib/ee/ee.c Wed Sep 2 04:43:46 2009 (r196751) @@ -83,6 +83,7 @@ char *version = "@(#) ee, version " EE_ #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_ #include <unistd.h> #endif - #ifndef NO_CATGETS -#include <locale.h> #include <nl_types.h> nl_catd catalog; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"