init should #include <sys/sysmacros.h>

Bug: https://github.com/android-ndk/ndk/issues/398
Test: builds
Change-Id: I6428a6344a3ce649bd03ff9e9b0f156425c67f0c
This commit is contained in:
Elliott Hughes 2017-05-18 09:13:15 -07:00
parent 9397adabd8
commit 51056c49d2
1 changed files with 1 additions and 0 deletions

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>