summaryrefslogtreecommitdiffstats
path: root/base/file.cpp
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-03-16 10:09:07 -0700
committerDan Albert <danalbert@google.com>2015-03-16 10:09:07 -0700
commit76d9cad62c19eef99b61f95d3a7c256804c6ad80 (patch)
tree7cb0612ba1b38334c175a9b866edec37034dad9a /base/file.cpp
parentc007bc3856a4cf86b8f610eb045f26a9dedc2894 (diff)
downloadsystem_core-76d9cad62c19eef99b61f95d3a7c256804c6ad80.zip
system_core-76d9cad62c19eef99b61f95d3a7c256804c6ad80.tar.gz
system_core-76d9cad62c19eef99b61f95d3a7c256804c6ad80.tar.bz2
Revert "Revert "Add commonly used C++ macros to libbase.""
This reverts commit 0722bae7892cc7ce9f056138ad38dfaec38bf5de.
Diffstat (limited to 'base/file.cpp')
-rw-r--r--base/file.cpp2
1 files changed, 1 insertions, 1 deletions
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 {