From 9a4e7f492e6e80bb171111d307658be7e2132ae3 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 20 Nov 2014 12:54:21 -0800 Subject: [PATCH] Kill INCLUDE_SYS_MOUNT_FOR_STATFS. Change-Id: I692179cae9d476dd5a0b5fa92813b61934dd7c87 --- cmds/installd/installd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/installd/installd.h b/cmds/installd/installd.h index 36c3e8c3f..4d8636237 100644 --- a/cmds/installd/installd.h +++ b/cmds/installd/installd.h @@ -40,7 +40,7 @@ #include -#if INCLUDE_SYS_MOUNT_FOR_STATFS +#if defined(__APPLE__) #include #else #include