]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib change.
authorBruno Haible <bruno@clisp.org>
Sun, 13 May 2007 23:06:17 +0000 (23:06 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:47 +0000 (12:14 +0200)
gnulib-local/ChangeLog
gnulib-local/lib/vasprintf.c

index 5b24f0194f289bfc50b7269ebfc29574d3a0dc14..dcb047b6589987a191d4aaba978e6af36d527ed7 100644 (file)
@@ -1,6 +1,7 @@
 2007-05-13  Bruno Haible  <bruno@clisp.org>
 
-       * 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  <bruno@clisp.org>
 
index f7978e6f2b5bb52104a528fcabed69382147f7d1..ba42506b047a5bb4ed3d0fa81401997059260d1c 100644 (file)
@@ -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 <config.h>
 
 /* Specification.  */
-#include "vasprintf.h"
+#include <stdio.h>
 
 #include <stdio.h>
 #include <string.h>