commit | 42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Mar 27 06:35:54 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 27 06:35:54 2015 +0000 |
tree | c00e797113c50d2a1cf8ac1c882875320f68c70c | |
parent | 5188d556d1530b3675dab2fc30dcc17432aa0718 [diff] | |
parent | 94d1360f7eacd52771fb7030b26aeb722a584bd5 [diff] |
Merge "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 {