diff options
Diffstat (limited to 'base/file.cpp')
-rw-r--r-- | base/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file.cpp b/base/file.cpp index 118071e93..773f33bd6 100644 --- a/base/file.cpp +++ b/base/file.cpp @@ -23,9 +23,9 @@ #include <string> -#include "base/macros.h" // For TEMP_FAILURE_RETRY on Darwin. #define LOG_TAG "base.file" #include "cutils/log.h" +#include "utils/Compat.h" // For TEMP_FAILURE_RETRY on Darwin. namespace android { namespace base { |