X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fasprintf.c;h=1d51eac4aa8cf2d302496676606845f6a7fcdf94;hb=f58214d62e0c8a65aa13cf38ea148cef2547a06d;hp=78849549df00e21fb8cc77f8004b18d1a1276370;hpb=6e2afe5ad7c90ae9422ae2657dd842deed21731e;p=gnulib.git diff --git a/lib/asprintf.c b/lib/asprintf.c index 78849549d..1d51eac4a 100644 --- a/lib/asprintf.c +++ b/lib/asprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006, 2007 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 @@ -18,7 +18,11 @@ #include /* Specification. */ -#include +#ifdef IN_LIBASPRINTF +# include "vasprintf.h" +#else +# include +#endif #include