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 {