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=aabb96cd130f1197117fcda4594df68d7f52c57e;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 cf2abb2f6d..c0f84599fa 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-09 Paul Eggert file-has-acl: port to Linux 6.12 + NFS listxattr 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