]> Savannah Git Hosting - gnulib.git/commitdiff
eealloc, malloca: Fix module dependencies.
authorBruno Haible <bruno@clisp.org>
Sat, 11 Jan 2025 14:20:48 +0000 (15:20 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 18 Jan 2025 08:12:42 +0000 (09:12 +0100)
Reported by Miro Palmu <email@miropalmu.cc> in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-01/msg00077.html>.

* modules/eealloc (Depends-on): Add stdlib-h.
* modules/malloca (Depends-on): Likewise.

ChangeLog
modules/eealloc
modules/malloca

index c0f84599fad68155e3e76e1eb33f2a8c67fabdcc..5a26693602b9ecc058caafe0a06c73025dac40d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2025-01-11  Bruno Haible  <bruno@clisp.org>
 
+       eealloc, malloca: Fix module dependencies.
+       Reported by Miro Palmu <email@miropalmu.cc> in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2025-01/msg00077.html>.
+       * modules/eealloc (Depends-on): Add stdlib-h.
+       * modules/malloca (Depends-on): Likewise.
+
        canonicalize: Fix module dependencies.
        Reported by Miro Palmu <email@miropalmu.cc> in
        <https://lists.gnu.org/archive/html/bug-gnulib/2025-01/msg00077.html>.
index 10ee49c16c019d510cebb43b88c8fd6af0bb62b7..babdf4deedc1d667c4c455840c94da1e107ed4b0 100644 (file)
@@ -16,6 +16,7 @@ m4/malloc.m4
 
 Depends-on:
 extern-inline
+stdlib-h
 
 configure.ac:
 gl_EEALLOC
index f92f41e33e1a0033832d7587674007302ca98254..ce1b09bc408d7687b037f033ce093ed8a3e367bb 100644 (file)
@@ -14,6 +14,7 @@ extensions-aix
 idx
 stdckdint-h
 stdint-h
+stdlib-h
 xalloc-oversized
 
 configure.ac: