commit | 65a80f623b70e158d40f394c1f811760384cc7c8 | [log] [tgz] |
---|---|---|
author | Android Build Merger (Role) <android-build-merger@google.com> | Thu May 18 23:03:49 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu May 18 23:03:50 2017 +0000 |
tree | 3b42c81ed698aeb268a51150301ec4b6b36218b2 | |
parent | 6910669a999b7e501d6d769dd6a2e82991f82536 [diff] | |
parent | 7d089bd84815d4220250ebbbd971d91f93186df4 [diff] |
Merge "Merge "init should #include <sys/sysmacros.h>" am: 64e3f88d69 am: 29b41dce6d am: 8cdef644b3" into oc-dev-plus-aosp
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>