X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasprintf.c;h=0c1ba2cca2683b37b482df3755283224905dd20b;hb=fb0f15d4d3057fd142dcd3d6d86b26ba719a88c2;hp=5935c53e65637149060abbdab9128b0d296fafe1;hpb=757bd39e4b07efaefaef3ef11027b7b7b40f5911;p=gnulib.git diff --git a/lib/asprintf.c b/lib/asprintf.c index 5935c53e6..0c1ba2cca 100644 --- a/lib/asprintf.c +++ b/lib/asprintf.c @@ -1,5 +1,6 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006-2007, 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 @@ -13,14 +14,16 @@ 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 "vasprintf.h" +#ifdef IN_LIBASPRINTF +# include "vasprintf.h" +#else +# include +#endif #include