From: Bruno Haible Date: Sat, 11 Jan 2025 14:19:57 +0000 (+0100) Subject: canonicalize: Fix module dependencies. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7e60981ef6036b1bf82f92c4c7a5601283134f30;p=gnulib.git canonicalize: Fix module dependencies. Reported by Miro Palmu in . * modules/canonicalize (Depends-on): Add stdlib-h. --- diff --git a/ChangeLog b/ChangeLog index 2b9083c406..1960825aaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2025-01-11 Bruno Haible + + canonicalize: Fix module dependencies. + Reported by Miro Palmu in + . + * modules/canonicalize (Depends-on): Add stdlib-h. + 2025-01-10 Bruno Haible sys_un-h: Ensure that defines sa_family_t. diff --git a/modules/canonicalize b/modules/canonicalize index 6fb41b32ef..300705c130 100644 --- a/modules/canonicalize +++ b/modules/canonicalize @@ -27,6 +27,7 @@ readlink glibc-internal/scratch_buffer stat bool +stdlib-h sys_stat-h unistd-h xalloc-die