Merge "init should #include <sys/sysmacros.h>" am: 64e3f88d69 am: 29b41dce6d

am: 8cdef644b3

Change-Id: I57cbaa68240c2c0127a246f7536e0dc8d9cd4f80
This commit is contained in:
Elliott Hughes 2017-05-18 23:03:32 +00:00 committed by android-build-merger
commit f42957f907

View file

@ -30,6 +30,7 @@
#include <string.h>
#include <sys/sendfile.h>
#include <sys/socket.h>
#include <sys/sysmacros.h>
#include <sys/time.h>
#include <sys/un.h>
#include <sys/wait.h>