From: Bruno Haible Date: Sun, 13 May 2007 23:06:17 +0000 (+0000) Subject: Update after gnulib change. X-Git-Tag: v0.17~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79354f5c5ed986668f225f87e2e96e189e9a33cd;p=thirdparty%2Fgettext.git Update after gnulib change. --- diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index 5b24f0194..dcb047b65 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,6 +1,7 @@ 2007-05-13 Bruno Haible - * lib/glibconfig_.h: Include stdio.h instead of vasprintf.h. + * lib/vasprintf.c: Include stdio.h instead of vasprintf.h. + * lib/glibconfig_.h: Likewise. 2007-05-13 Bruno Haible diff --git a/gnulib-local/lib/vasprintf.c b/gnulib-local/lib/vasprintf.c index f7978e6f2..ba42506b0 100644 --- a/gnulib-local/lib/vasprintf.c +++ b/gnulib-local/lib/vasprintf.c @@ -1,6 +1,6 @@ /* Like vsprintf but provides a pointer to malloc'd storage, which must be freed by the caller. - Copyright (C) 1994, 1998, 1999, 2000-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1994, 1998-1999, 2000-2003, 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 @@ -19,7 +19,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include /* Specification. */ -#include "vasprintf.h" +#include #include #include