am 552d827f: am a6ad2e7e: am 42f11922: Merge "Pull in Windows compatibility header."

* commit '552d827f7e12e8b838c8f5c7e935ed2c9f1952f5':
  Pull in Windows compatibility header.
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 {