From 1dd6771e0f2e7da8736c9b21603817bce0d55ea9 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 18 May 2017 09:31:59 -0700 Subject: Cope with no longer being included by . I'm not sure where (if anywhere) is upstream here, so modifying our makefile rather than the source. Bug: https://github.com/android-ndk/ndk/issues/398 Test: builds Change-Id: I2690bbba6c4ac98c957f780e9b9625e8690052f8 --- Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.mk b/Android.mk index 0f53ed9..c451ef4 100644 --- a/Android.mk +++ b/Android.mk @@ -18,6 +18,7 @@ rootdev_CFLAGS := \ -D_BSD_SOURCE \ -D_FILE_OFFSET_BITS=64 \ -D_LARGEFILE_SOURCE \ + -include sys/sysmacros.h \ -Wall -Werror -Wno-sign-compare \ # Build the shared library. -- cgit v1.2.3