commit | a6ad2e7ed87e57b857b55e7256e64617e3d1faf0 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Mar 27 06:40:49 2015 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Fri Mar 27 06:40:49 2015 +0000 |
tree | c94e29e2251a47edf25eb50c7b8fa0e0ddb4016a | |
parent | a82875c6fde9cc07fd08bf49bc3d8896ce11e2f2 [diff] | |
parent | 42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f [diff] |
am 42f11922: Merge "Pull in Windows compatibility header." * commit '42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f': Pull in Windows compatibility header.
diff --git a/base/file.cpp b/base/file.cpp index 118071e..a51c5ff 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 {