1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-10 18:52:01 +02:00

Include gettext.h instead of <libintl.h>.

This commit is contained in:
Jim Meyering
2002-11-23 15:44:51 +00:00
parent d6fac2ac6c
commit f10340e27b
+2 -6
View File
@@ -28,12 +28,8 @@ extern int errno;
#include <stdlib.h>
#if ENABLE_NLS
# include <libintl.h>
# define _(Text) gettext (Text)
#else
# define _(Text) Text
#endif
#include "gettext.h"
#define _(msgid) gettext (msgid)
#include "error.h"
#include "memcoll.h"