From e7b62e49994a9a4df2ec6bdbb9025a85d3b5d1cc Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 11 Jan 2025 15:20:48 +0100 Subject: [PATCH] eealloc, malloca: Fix module dependencies. Reported by Miro Palmu in . * modules/eealloc (Depends-on): Add stdlib-h. * modules/malloca (Depends-on): Likewise. --- ChangeLog | 6 ++++++ modules/eealloc | 1 + modules/malloca | 1 + 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7faa697237..a7f4b4ec29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2025-01-11 Bruno Haible + eealloc, malloca: Fix module dependencies. + Reported by Miro Palmu in + . + * modules/eealloc (Depends-on): Add stdlib. + * modules/malloca (Depends-on): Likewise. + canonicalize: Fix module dependencies. Reported by Miro Palmu in . diff --git a/modules/eealloc b/modules/eealloc index 54d915fee9..ced3113ab8 100644 --- a/modules/eealloc +++ b/modules/eealloc @@ -10,6 +10,7 @@ m4/realloc.m4 Depends-on: extern-inline +stdlib configure.ac: gl_EEALLOC diff --git a/modules/malloca b/modules/malloca index 6e5fc8d566..4f8b04a482 100644 --- a/modules/malloca +++ b/modules/malloca @@ -13,6 +13,7 @@ assert-h idx stdckdint stdint +stdlib xalloc-oversized configure.ac: -- 2.39.5