AOSP: Fix macOS build.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>

Bug: 111839488
Test: e2fsprogs builds on macOS.
Change-Id: I4ddf332cc244fa44f928cba68470b7f9aa48a556
From AOSP commit: 4dc2456f0e6d10c73372e829e1875ec4095e8fa6
This commit is contained in:
David Anderson 2018-07-25 12:41:05 -07:00 committed by Theodore Ts'o
parent 0958bc6327
commit aa975a572d

View File

@ -28,7 +28,9 @@
#define HAVE_UTIME_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSMACROS_H 1
#if !defined(__APPLE__)
# define HAVE_SYS_SYSMACROS_H 1
#endif
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1