about summary refs log tree commit diff
path: root/intl/ngettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'intl/ngettext.c')
-rw-r--r--intl/ngettext.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/intl/ngettext.c b/intl/ngettext.c
index 5340732046..c97e852b91 100644
--- a/intl/ngettext.c
+++ b/intl/ngettext.c
@@ -1,5 +1,5 @@
 /* Implementation of ngettext(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,12 +35,11 @@
 # endif
 #endif
 
-#include "gettext.h"
 #include "gettextP.h"
 #ifdef _LIBC
 # include <libintl.h>
 #else
-# include "libgettext.h"
+# include "libgnuintl.h"
 #endif
 
 #include <locale.h>