mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-23 18:14:25 +08:00
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:
parent
0958bc6327
commit
aa975a572d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user