X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasnprintf.c;h=26c3988b01eff997d89c2813db1a3a91f5c886c0;hb=217969cf220de4c0515eccd614de1640c3f46bcf;hp=4881a9238f23425f5596a7d8250cfc24caf7eec8;hpb=757bd39e4b07efaefaef3ef11027b7b7b40f5911;p=gnulib.git diff --git a/lib/asnprintf.c b/lib/asnprintf.c index 4881a9238..26c3988b0 100644 --- a/lib/asnprintf.c +++ b/lib/asnprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 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 @@ -13,11 +13,9 @@ 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. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "vasnprintf.h"