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

am: 64e3f88d69

Change-Id: I1673d5b22668e0e6e2a0ee83e42dbdd904dcbdb8
This commit is contained in:
Elliott Hughes 2017-05-18 22:55:28 +00:00 committed by android-build-merger
commit 29b41dce6d

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>