commit | d4163a55aa0748164a4d30060ca385aa76ba52de | [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 | d8ba9726a482a055e99982001b9a3a18d9d62578 [diff] | |
parent | c0d7b871821d6aed1b24b6e9fb9c382fe28fbf1b [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>