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

am: 2668f35d31

Change-Id: If123865b83fd198055d4344bb9cc58376ccc5cd6
This commit is contained in:
Elliott Hughes 2017-05-17 20:51:04 +00:00 committed by android-build-merger
commit ce49fc9d0a
1 changed files with 1 additions and 0 deletions

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>