commit | f42957f90715c334e773f0b5f3be09aa34449873 | [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 | 39f7c6b2969354cffcc0e5965a075c49b2d1bab6 [diff] | |
parent | 8cdef644b3fe20d27ce96a3ecdca25e3f88808b1 [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>