Merge "libcutils should #include <sys/sysmacros.h>"

am: c3b931aad3

Change-Id: Ifbd963ac88e5d4b2d60d48616064a99753f62e3e
This commit is contained in:
Elliott Hughes 2017-05-17 20:47:03 +00:00 committed by android-build-merger
commit 2668f35d31

View file

@ -28,6 +28,7 @@
#include <string.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <unistd.h>