commit | 8cdef644b3fe20d27ce96a3ecdca25e3f88808b1 | [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 | 939f0b03e832c898a4c3e623356a88b7c0588dd6 [diff] | |
parent | 29b41dce6db31d22efeb0d5230f12e777c1011d2 [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>