summaryrefslogtreecommitdiffstats
path: root/intl/dcngettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/dcngettext.c')
-rw-r--r--intl/dcngettext.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/intl/dcngettext.c b/intl/dcngettext.c
index af0c27d..e5da257 100644
--- a/intl/dcngettext.c
+++ b/intl/dcngettext.c
@@ -1,5 +1,5 @@
/* Implementation of the dcngettext(3) function.
- Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,12 +19,11 @@
# include <config.h>
#endif
-#include "gettext.h"
#include "gettextP.h"
#ifdef _LIBC
# include <libintl.h>
#else
-# include "libgettext.h"
+# include "libgnuintl.h"
#endif
/* @@ end of prolog @@ */