commit | ba4a43c6c78547444446181b4fae20a5d61d35ff | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Nov 20 20:58:53 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 20 20:58:53 2014 +0000 |
tree | c2e6578e2883a5737281e053ed60ae0db80318c6 | |
parent | fd5a3e06c24418ec1c6a7c0fa0183bb6328e91f2 [diff] | |
parent | 9a4e7f492e6e80bb171111d307658be7e2132ae3 [diff] |
Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h index a3a5c16..a9a1999 100644 --- a/cmds/installd/installd.h +++ b/cmds/installd/installd.h
@@ -40,7 +40,7 @@ #include <private/android_filesystem_config.h> -#if INCLUDE_SYS_MOUNT_FOR_STATFS +#if defined(__APPLE__) #include <sys/mount.h> #else #include <sys/statfs.h>