From 94d1360f7eacd52771fb7030b26aeb722a584bd5 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 26 Mar 2015 23:33:28 -0700 Subject: [PATCH] Pull in Windows compatibility header. Needed for O_CLOEXEC, O_NOFOLLOW, and DEFFILEMODE. Change-Id: Id6c0465a6559c30ac8c085c28be0d47c9738f02a --- base/file.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/base/file.cpp b/base/file.cpp index 118071e93..a51c5ffa8 100644 --- a/base/file.cpp +++ b/base/file.cpp @@ -26,6 +26,7 @@ #include "base/macros.h" // For TEMP_FAILURE_RETRY on Darwin. #define LOG_TAG "base.file" #include "cutils/log.h" +#include "utils/Compat.h" namespace android { namespace base {