X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Funicodeio.c;h=0967c994f052b16662831789b2d8b645f9b3cd32;hb=b566a1cae5310716bad3151cee69f943915b2d31;hp=42f467c31d401cc3723b662ff3e02a6a3172f134;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/unicodeio.c b/lib/unicodeio.c index 42f467c31..0967c994f 100644 --- a/lib/unicodeio.c +++ b/lib/unicodeio.c @@ -1,6 +1,6 @@ /* Unicode character output to streams with locale dependent encoding. - Copyright (C) 2000-2003 Free Software Foundation, Inc. + Copyright (C) 2000-2003, 2006 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 @@ -21,20 +21,14 @@ /* Note: This file requires the locale_charset() function. See in libiconv-1.8/libcharset/INTEGRATE for how to obtain it. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "unicodeio.h" #include #include - #include -#ifndef errno -extern int errno; -#endif #if HAVE_ICONV # include