X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasprintf.c;h=b0f7b1b42a90f7ce147fdf9fd2a425fda7704359;hb=b344de996cd51f8a2f2558a3172016b64d99c622;hp=7c4e64a24e5f2022687c5989d8495ae070286b02;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/asprintf.c b/lib/asprintf.c index 7c4e64a24..b0f7b1b42 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-2011 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 +16,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