From: Bruno Haible Date: Thu, 31 Dec 2020 16:16:57 +0000 (+0100) Subject: utime: Fix compilation error on macOS and Solaris 9 (regr. 2020-12-24). X-Git-Tag: v1.0~3266 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6a76832db224ac5671599ce332717f985a2addc7;p=gnulib.git utime: Fix compilation error on macOS and Solaris 9 (regr. 2020-12-24). Reported by Tom G. Christensen in . * lib/utime.c: Include . --- diff --git a/ChangeLog b/ChangeLog index fee18abccb..179119d76f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2020-12-31 Bruno Haible + + utime: Fix compilation error on macOS and Solaris 9 (regr. 2020-12-24). + Reported by Tom G. Christensen in + . + * lib/utime.c: Include . + 2020-12-30 Karl Berry config: srclistvars doc. diff --git a/lib/utime.c b/lib/utime.c index bf7d7c534a..3372179500 100644 --- a/lib/utime.c +++ b/lib/utime.c @@ -261,6 +261,7 @@ utime (const char *name, const struct utimbuf *ts) #else +# include # include # include "filename.h"