X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funicodeio.c;h=54cae5530e963d141249ac0b9736563b5aa4f3e2;hb=ed664fa4ea5bdee8952dbcdf614b87303b8f67a1;hp=7b7f6f22953dcb1edcc69b13d682009d9f18dead;hpb=7dce93e95aed216724eb68e966450f85dba6a979;p=gnulib.git diff --git a/lib/unicodeio.c b/lib/unicodeio.c index 7b7f6f229..54cae5530 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Bruno Haible . */ @@ -29,16 +29,8 @@ #include "unicodeio.h" #include -#if HAVE_STRING_H -# include -#else -# include -#endif - +#include #include -#ifndef errno -extern int errno; -#endif #if HAVE_ICONV # include