X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasnprintf.c;h=10ef82a5d780bde5e57b2e4a5c32a63a85328928;hb=969fe755730d23ba7ff21ae7511f66067d0a94d8;hp=1b7f4ba3965cd081393b255d64ed4cfc51207b95;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/asnprintf.c b/lib/asnprintf.c index 1b7f4ba39..10ef82a5d 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, 2009, 2010 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 @@ -15,9 +15,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "vasnprintf.h"