commit | 7fbdaddfac55c8c10d1595313f436221e77211f6 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Mar 13 22:49:07 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Sat Mar 14 16:36:18 2015 -0700 |
tree | 76a335d25e94de4b901b46c98ed265055fea07c6 | |
parent | 98ff77204cef9bb8f0f27420833233622060a09e [diff] [blame] |
Add commonly used C++ macros to libbase. Change-Id: I74f5dbfc4d99f7e78212a72540e538c1a737e224
diff --git a/base/file.cpp b/base/file.cpp index 773f33b..118071e 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 {