commit | c0d7b871821d6aed1b24b6e9fb9c382fe28fbf1b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu May 18 22:47:57 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 18 22:47:59 2017 +0000 |
tree | 9a8933240776479291a1ec5375cc2d0f0607f505 | |
parent | 353f85e08a3587e4a77667c37ed4a81569d4efe1 [diff] | |
parent | 2e1f7f0a27f7f87fe899b3d59a194239bc246b1d [diff] |
Merge "init should #include <sys/sysmacros.h>"
diff --git a/init/devices.cpp b/init/devices.cpp index d8258cf..e0351a3 100644 --- a/init/devices.cpp +++ b/init/devices.cpp
@@ -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>