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

This commit is contained in:
Treehugger Robot 2017-05-18 22:47:57 +00:00 committed by Gerrit Code Review
commit 64e3f88d69
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>