fio assumes <sys/sysmacros.h> has been included. am: a54b8cbc93 am: 9fcb2b7091 am: 5cd6610b86
am: 6fddb55670

Change-Id: I32e7417e1e1a38ad1225fc444dc7de88a2236658
diff --git a/Android.mk b/Android.mk
index 35a6973..87eb249 100644
--- a/Android.mk
+++ b/Android.mk
@@ -101,6 +101,10 @@
                 -Wno-unused-parameter \
                 -Wno-unused-variable \
 
+# Workaround until upstream copes with a glibc/bionic where <sys/types.h>
+# doesn't get you <sys/sysmacros.h> for free.
+LOCAL_CFLAGS += -include sys/sysmacros.h
+
 LOCAL_LDFLAGS += \
                 -rdynamic \