commit | d976e41bab494de09ffb33e2133ada34672e0794 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 18 22:59:27 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 18 22:59:27 2017 +0000 |
tree | 658195c4eae268b76242ffe4cade81cc5aeb4c4c | |
parent | 2eadcb00111217ab1f7d287cf65c1091b8f6b73a [diff] | |
parent | d4163a55aa0748164a4d30060ca385aa76ba52de [diff] |
Merge "init should #include <sys/sysmacros.h>" am: 64e3f88d69 am: 29b41dce6d Change-Id: I75504f62d5e1a5f897c59b6a480ec726fb4494de
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>