]> Savannah Git Hosting - gnulib.git/commitdiff
vasprintf-posix, vasprintf-gnu: Fix module description.
authorBruno Haible <bruno@clisp.org>
Mon, 3 Mar 2025 19:41:41 +0000 (20:41 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 3 Mar 2025 19:41:41 +0000 (20:41 +0100)
Reported by Vivien Kraus <vivien@planete-kraus.eu> in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00009.html>.

* modules/vasprintf-posix (Include): Change to <stdio.h>.
* modules/vasprintf-gnu (Include): Likewise.

ChangeLog
modules/vasprintf-gnu
modules/vasprintf-posix

index 81124a5de44f7872e56bea5aaed338ea182ee080..d8730f502879b79cdae69d54b864230eadc3fff2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2025-03-03  Bruno Haible  <bruno@clisp.org>
+
+       vasprintf-posix, vasprintf-gnu: Fix module description.
+       Reported by Vivien Kraus <vivien@planete-kraus.eu> in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00009.html>.
+       * modules/vasprintf-posix (Include): Change to <stdio.h>.
+       * modules/vasprintf-gnu (Include): Likewise.
+
 2025-03-01  Bruno Haible  <bruno@clisp.org>
 
        package-version: Improve wording in './configure --help'.
index 257bbbfc9c3d8a2a26d5ece3f831d3aca7e7df4a..1820fe8f2d06a1a97e7455defad6bda88a1e0c09 100644 (file)
@@ -20,7 +20,7 @@ gl_FUNC_VASPRINTF_GNU
 Makefile.am:
 
 Include:
-"vasprintf.h"
+<stdio.h>
 
 License:
 LGPL
index 2bfb2672aed475fd29d26f90bf78467433c8b8d9..95aa8087d4cc96e64ea29b0bfccca628b93ca4fe 100644 (file)
@@ -26,7 +26,7 @@ gl_FUNC_VASPRINTF_POSIX
 Makefile.am:
 
 Include:
-"vasprintf.h"
+<stdio.h>
 
 License:
 LGPL