commit | 0e08e84df0d0b555cf20e3bbe68bb4da7c287012 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 18 09:08:24 2017 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu May 18 09:08:24 2017 -0700 |
tree | b29a85a81377844b71fe2b7c2ceec57d2754dbb5 | |
parent | 612eea6b4f9ed1ec5fb1b14758ebd36bfd3adc53 [diff] [blame] |
vold should #include <sys/sysmacros.h> Bug: https://github.com/android-ndk/ndk/issues/398 Test: builds Change-Id: I7a1ca1701099886fb493cc5288d6ee867d5f520a
diff --git a/Utils.cpp b/Utils.cpp index ecc56e4..49b51d6 100644 --- a/Utils.cpp +++ b/Utils.cpp
@@ -34,6 +34,7 @@ #include <sys/mount.h> #include <sys/types.h> #include <sys/stat.h> +#include <sys/sysmacros.h> #include <sys/wait.h> #include <sys/statvfs.h>