AOSP: Always define HAVE_SYS_SYSMACROS_H on Android.

This is needed after 3fb715b554 which
conditionally included sysmacros.h.

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

Change-Id: I52e3da4d9ea0f5efbf685a9c4a266f33357f8d8c
From AOSP commit: a5deff7b7ee15a5ba5d65516326ce4c42daa1027
This commit is contained in:
David Anderson 2018-07-12 14:59:11 -07:00 committed by Theodore Ts'o
parent dfae277e8b
commit c4062e7acf

View File

@ -28,6 +28,7 @@
#define HAVE_UTIME_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSMACROS_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
@ -64,5 +65,4 @@
# define HAVE_PWRITE64 1
# define HAVE_SETMNTENT 1
# define HAVE_SYS_PRCTL_H 1
# define HAVE_SYS_SYSMACROS_H 1
#endif