Reported by Marius Schamschula <mschamschula@gmail.com> in
https://savannah.gnu.org/bugs/?52546
* lib/stat.c: Add missing include of stat-time.h.
+2017-11-28 Benno Schulenberg <bensberg@telfort.nl>
+
+ stat: fix compilation failure on macOS Sierra
+ Reported by Marius Schamschula <mschamschula@gmail.com> in:
+ https://savannah.gnu.org/bugs/?52546
+ * lib/stat.c: Add missing include of stat-time.h.
+
2017-11-28 Jim Meyering <meyering@fb.com>
test-faccessat.c: correct BASE definition to avoid parallel test failure
above. */
#include "sys/stat.h"
+#include "stat-time.h"
+
#include <errno.h>
#include <limits.h>
#include <stdbool.h>