Re: [PATCH] stat: fix compilation failure on macOS Sierra

2017-11-28 Thread Paul Eggert
Thanks. I installed that, along the attached followup patch. >From 142b06c129348307b954d50c7451953e5470e2ed Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 28 Nov 2017 14:19:55 -0800 Subject: [PATCH] stat: add missing module dependencies * modules/lstat, modules/stat,

[PATCH] stat: fix compilation failure on macOS Sierra

2017-11-28 Thread Benno Schulenberg
Reported by Marius Schamschula in https://savannah.gnu.org/bugs/?52546. * lib/stat.c: Add missing include of stat-time.h. --- lib/stat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/stat.c b/lib/stat.c index 30ba67efc..f52ae9222 100644 --- a/lib/stat.c +++