X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasprintf.c;h=1d51eac4aa8cf2d302496676606845f6a7fcdf94;hb=f58214d62e0c8a65aa13cf38ea148cef2547a06d;hp=7c4e64a24e5f2022687c5989d8495ae070286b02;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/asprintf.c b/lib/asprintf.c index 7c4e64a24..1d51eac4a 100644 --- a/lib/asprintf.c +++ b/lib/asprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002 Free Software Foundation, Inc. + Copyright (C) 1999, 2002, 2006-2007 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,12 +15,14 @@ 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 "vasprintf.h" +#ifdef IN_LIBASPRINTF +# include "vasprintf.h" +#else +# include +#endif #include