diff options
Diffstat (limited to 'iconv')
-rw-r--r-- | iconv/gconv_conf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 0658f455ab..e58091a163 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -78,6 +78,7 @@ builtin_aliases[] = }; #ifdef USE_IN_LIBIO +# include <libio/libioP.h> # define __getdelim(line, len, c, fp) _IO_getdelim (line, len, c, fp) #endif |