diff options
Diffstat (limited to 'intl/gettext.c')
-rw-r--r-- | intl/gettext.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/intl/gettext.c b/intl/gettext.c index 0607185d4c..7488e929bd 100644 --- a/intl/gettext.c +++ b/intl/gettext.c @@ -1,5 +1,5 @@ /* Implementation of gettext(3) function. - Copyright (C) 1995, 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 2000, 2001 Free Software Foundation, Inc. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as @@ -35,14 +35,13 @@ # endif #endif +#include "gettextP.h" #ifdef _LIBC # include <libintl.h> #else -# include "libgettext.h" +# include "libgnuintl.h" #endif -#include <locale.h> - /* @@ end of prolog @@ */ /* Names for the libintl functions are a problem. They must not clash |