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=2778d0e935a4be16657220479562df870ae548f9;p=gnulib.git canonicalize: Fix module dependencies. Reported by Miro Palmu in . * modules/canonicalize (Depends-on): Add stdlib. --- diff --git a/ChangeLog b/ChangeLog index 78e467bed8..7faa697237 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. + 2025-01-08 Paul Eggert fcntl-h: port better to musl on GNU/Linux diff --git a/modules/canonicalize b/modules/canonicalize index 25667c431b..b8392c8931 100644 --- a/modules/canonicalize +++ b/modules/canonicalize @@ -27,6 +27,7 @@ readlink glibc-internal/scratch_buffer stat stdbool +stdlib sys_stat unistd xalloc-die