From 2778d0e935a4be16657220479562df870ae548f9 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 11 Jan 2025 15:19:57 +0100 Subject: [PATCH] canonicalize: Fix module dependencies. Reported by Miro Palmu in . * modules/canonicalize (Depends-on): Add stdlib. --- ChangeLog | 7 +++++++ modules/canonicalize | 1 + 2 files changed, 8 insertions(+) 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 -- 2.39.5