summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert2015-03-27 01:33:28 -0500
committerDan Albert2015-03-27 01:33:28 -0500
commit94d1360f7eacd52771fb7030b26aeb722a584bd5 (patch)
treec5727be396f1b332083aad6e3a12967773c6b719
parent87378814a06f6fa2d22026cbcb2f54be4b65e6c6 (diff)
downloadplatform-system-core-94d1360f7eacd52771fb7030b26aeb722a584bd5.tar.gz
platform-system-core-94d1360f7eacd52771fb7030b26aeb722a584bd5.tar.xz
platform-system-core-94d1360f7eacd52771fb7030b26aeb722a584bd5.zip
Pull in Windows compatibility header.
Needed for O_CLOEXEC, O_NOFOLLOW, and DEFFILEMODE. Change-Id: Id6c0465a6559c30ac8c085c28be0d47c9738f02a
-rw-r--r--base/file.cpp1
1 files changed, 1 insertions, 0 deletions
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 @@
26#include "base/macros.h" // For TEMP_FAILURE_RETRY on Darwin. 26#include "base/macros.h" // For TEMP_FAILURE_RETRY on Darwin.
27#define LOG_TAG "base.file" 27#define LOG_TAG "base.file"
28#include "cutils/log.h" 28#include "cutils/log.h"
29#include "utils/Compat.h"
29 30
30namespace android { 31namespace android {
31namespace base { 32namespace base {