am ba4a43c6: Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS."

* commit 'ba4a43c6c78547444446181b4fae20a5d61d35ff':
  Kill INCLUDE_SYS_MOUNT_FOR_STATFS.
This commit is contained in:
Elliott Hughes 2014-11-20 23:00:26 +00:00 committed by Android Git Automerger
commit 8d84b6f9f5
1 changed files with 1 additions and 1 deletions

View File

@ -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>