From: Bruno Haible Date: Sat, 2 Jan 2021 18:21:35 +0000 (+0100) Subject: utimens: Fix test failure on macOS 10.13. X-Git-Tag: v1.0~3231 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ada3ec93554c518b6943c2e87cf2b92c9b7f20bd;p=gnulib.git utimens: Fix test failure on macOS 10.13. * lib/utimens.c: Include . --- diff --git a/ChangeLog b/ChangeLog index 5087bf4e62..fb6a8c2d9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2021-01-02 Bruno Haible + utimens: Fix test failure on macOS 10.13. + * lib/utimens.c: Include . + utimens: Fix test failure on macOS 10.13. * lib/utimens.c (fdutimens): Before calling utimensat, recognize a filename ending in a slash that does not point to a directory. diff --git a/lib/utimens.c b/lib/utimens.c index 9f9c30af2f..677e833f62 100644 --- a/lib/utimens.c +++ b/lib/utimens.c @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include