summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-11-20 20:58:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-20 20:58:53 +0000
commitba4a43c6c78547444446181b4fae20a5d61d35ff (patch)
treec2e6578e2883a5737281e053ed60ae0db80318c6
parentfd5a3e06c24418ec1c6a7c0fa0183bb6328e91f2 (diff)
parent9a4e7f492e6e80bb171111d307658be7e2132ae3 (diff)
downloadnative-ba4a43c6c78547444446181b4fae20a5d61d35ff.tar.gz
Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."
-rw-r--r--cmds/installd/installd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h
index a3a5c1628e..a9a19995e7 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>