commit | 7d089bd84815d4220250ebbbd971d91f93186df4 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 18 23:03:32 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 18 23:03:32 2017 +0000 |
tree | 3b42c81ed698aeb268a51150301ec4b6b36218b2 | |
parent | c279dadd18144646a892ab5f707efb947da742f3 [diff] | |
parent | d976e41bab494de09ffb33e2133ada34672e0794 [diff] |
Merge "init should #include <sys/sysmacros.h>" am: 64e3f88d69 am: 29b41dce6d am: 8cdef644b3 Change-Id: I57cbaa68240c2c0127a246f7536e0dc8d9cd4f80
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>