summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert2015-03-27 01:35:54 -0500
committerGerrit Code Review2015-03-27 01:35:54 -0500
commit42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f (patch)
treec00e797113c50d2a1cf8ac1c882875320f68c70c
parent5188d556d1530b3675dab2fc30dcc17432aa0718 (diff)
parent94d1360f7eacd52771fb7030b26aeb722a584bd5 (diff)
downloadplatform-system-core-42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f.tar.gz
platform-system-core-42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f.tar.xz
platform-system-core-42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f.zip
Merge "Pull in Windows compatibility header."
-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 {