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/VolumeManager.cpp b/VolumeManager.cpp index 927c660..2c39240 100644 --- a/VolumeManager.cpp +++ b/VolumeManager.cpp
@@ -26,6 +26,7 @@ #include <sys/mount.h> #include <sys/stat.h> #include <sys/types.h> +#include <sys/sysmacros.h> #include <sys/wait.h> #include <unistd.h>