From 46f8e73eba75401f5a10168eac57eae3bf4607aa 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 1960825aaf..87b37005da 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-h. + * modules/malloca (Depends-on): Likewise. + canonicalize: Fix module dependencies. Reported by Miro Palmu in . diff --git a/modules/eealloc b/modules/eealloc index 10ee49c16c..babdf4deed 100644 --- a/modules/eealloc +++ b/modules/eealloc @@ -16,6 +16,7 @@ m4/malloc.m4 Depends-on: extern-inline +stdlib-h configure.ac: gl_EEALLOC diff --git a/modules/malloca b/modules/malloca index f92f41e33e..ce1b09bc40 100644 --- a/modules/malloca +++ b/modules/malloca @@ -14,6 +14,7 @@ extensions-aix idx stdckdint-h stdint-h +stdlib-h xalloc-oversized configure.ac: -- 2.39.5