]> 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:31:54 +0000 (09:31 +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 7faa697237456a7ff5c8f84aff949bd956e4de0e..a7f4b4ec29fa409413eb08dda31cc988f0c69e05 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.
+       * 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 54d915fee9f91625f1606854232873ae716a6526..ced3113ab846387f6e538834963226407f10d6e0 100644 (file)
@@ -10,6 +10,7 @@ m4/realloc.m4
 
 Depends-on:
 extern-inline
+stdlib
 
 configure.ac:
 gl_EEALLOC
index 6e5fc8d5663fc681c9bdf634b8e5b0748c43016a..4f8b04a4824b5a989719ccdffae68e3e53fb3dfc 100644 (file)
@@ -13,6 +13,7 @@ assert-h
 idx
 stdckdint
 stdint
+stdlib
 xalloc-oversized
 
 configure.ac: