X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasnprintf.c;h=26c3988b01eff997d89c2813db1a3a91f5c886c0;hb=217969cf220de4c0515eccd614de1640c3f46bcf;hp=1b7f4ba3965cd081393b255d64ed4cfc51207b95;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/asnprintf.c b/lib/asnprintf.c index 1b7f4ba39..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 @@ -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"