commit | 29b41dce6db31d22efeb0d5230f12e777c1011d2 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 18 22:55:28 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu May 18 22:55:28 2017 +0000 |
tree | 9a8933240776479291a1ec5375cc2d0f0607f505 | |
parent | aa3c4e9defb809644e5079f926f244330cf6e16c [diff] | |
parent | 64e3f88d693054b77fe398cb50bd282e5b6dae00 [diff] |
Merge "init should #include <sys/sysmacros.h>" am: 64e3f88d69 Change-Id: I1673d5b22668e0e6e2a0ee83e42dbdd904dcbdb8
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>