Date: Wed, 2 Sep 2009 04:43:47 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r196751 - head/contrib/ee Message-ID: <200909020443.n824hl88081733@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909020443.n824hl88081733>