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

Commit 8cdef644 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

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

am: 29b41dce

Change-Id: I75504f62d5e1a5f897c59b6a480ec726fb4494de
parents 939f0b03 29b41dce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>