diff options
author | Dan Albert | 2015-03-27 01:35:54 -0500 |
---|---|---|
committer | Gerrit Code Review | 2015-03-27 01:35:54 -0500 |
commit | 42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f (patch) | |
tree | c00e797113c50d2a1cf8ac1c882875320f68c70c | |
parent | 5188d556d1530b3675dab2fc30dcc17432aa0718 (diff) | |
parent | 94d1360f7eacd52771fb7030b26aeb722a584bd5 (diff) | |
download | platform-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.cpp | 1 |
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 | ||
30 | namespace android { | 31 | namespace android { |
31 | namespace base { | 32 | namespace base { |