diff options
Diffstat (limited to 'iconv/gconv.h')
-rw-r--r-- | iconv/gconv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/iconv/gconv.h b/iconv/gconv.h index 25340d1e22..78885c590d 100644 --- a/iconv/gconv.h +++ b/iconv/gconv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -27,6 +27,7 @@ #define __need_mbstate_t #include <wchar.h> #define __need_size_t +#define __need_wchar_t #include <stddef.h> /* ISO 10646 value used to signal invalid value. */ |