From: Bruno Haible Date: Sun, 21 Sep 2025 18:40:43 +0000 (+0200) Subject: lchown: Fix compilation error on macOS (regression today). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b85c2a8da120110cba0280d6d286d58f59eebb4;p=thirdparty%2Fgnulib.git lchown: Fix compilation error on macOS (regression today). * lib/lchown.c: Include stat-time.h. --- diff --git a/ChangeLog b/ChangeLog index 0e5388483d..2d904fafac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2025-09-21 Bruno Haible + + lchown: Fix compilation error on macOS (regression today). + * lib/lchown.c: Include stat-time.h. + 2025-09-21 Paul Eggert chown: simplify CHOWN_CHANGE_TIME_BUG checking diff --git a/lib/lchown.c b/lib/lchown.c index ef92c18c8f..687922abd4 100644 --- a/lib/lchown.c +++ b/lib/lchown.c @@ -29,6 +29,7 @@ #include #include "issymlink.h" +#include "stat-time.h" #ifndef CHOWN_CHANGE_TIME_BUG # define CHOWN_CHANGE_TIME_BUG 0