summaryrefslogtreecommitdiff
path: root/iconv/iconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconv/iconv.c')
-rw-r--r--iconv/iconv.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/iconv/iconv.c b/iconv/iconv.c
index 8804e851b6..fc0ed41b50 100644
--- a/iconv/iconv.c
+++ b/iconv/iconv.c
@@ -1,6 +1,6 @@
/* Convert characters in input buffer using conversion descriptor to
output buffer.
- Copyright (C) 1997 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
@@ -21,7 +21,8 @@
#include <errno.h>
#include <iconv.h>
-#include <gconv.h>
+
+#include <gconv_int.h>
#include <assert.h>