Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51056c49 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

init should #include <sys/sysmacros.h>

Bug: https://github.com/android-ndk/ndk/issues/398
Test: builds
Change-Id: I6428a6344a3ce649bd03ff9e9b0f156425c67f0c
parent 9397adab
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -30,6 +30,7 @@
#include <string.h>
#include <string.h>
#include <sys/sendfile.h>
#include <sys/sendfile.h>
#include <sys/socket.h>
#include <sys/socket.h>
#include <sys/sysmacros.h>
#include <sys/time.h>
#include <sys/time.h>
#include <sys/un.h>
#include <sys/un.h>
#include <sys/wait.h>
#include <sys/wait.h>