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:
parent
9397adabd8
commit
51056c49d2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue