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

Commit 64e3f88d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 7fe28d9d 51056c49
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>