commit | 7826f29f8633bdbb477898294a95f738a518fb7d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 18 23:08:35 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 18 23:08:35 2017 +0000 |
tree | b7ae4e8a6cb3aaad83f61656285f81d4a814eb8a | |
parent | 31a8c15fed2a9cf6295a7d49453cfdc02ff1dbf6 [diff] | |
parent | 22c5e80458b2b110615180ea4f4e43afe2fc4101 [diff] |
Merge "Merge "init should #include <sys/sysmacros.h>" am: 64e3f88d69 am: 29b41dce6d am: 8cdef644b3" into oc-dev-plus-aosp am: 22c5e80458 Change-Id: I74601341eca56298c0404e05e098f40ea05b80da
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>