diff options
author | Dan Albert <danalbert@google.com> | 2015-03-27 06:35:54 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-27 06:35:54 +0000 |
commit | 42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f (patch) | |
tree | c00e797113c50d2a1cf8ac1c882875320f68c70c | |
parent | 5188d556d1530b3675dab2fc30dcc17432aa0718 (diff) | |
parent | 94d1360f7eacd52771fb7030b26aeb722a584bd5 (diff) | |
download | system_core-42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f.zip system_core-42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f.tar.gz system_core-42f1192273f3d05531c3fcfc8ce0fe5c437f6b7f.tar.bz2 |
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 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 { |