Merge "Pull in Windows compatibility header."

This commit is contained in:
Dan Albert 2015-03-27 06:35:54 +00:00 committed by Gerrit Code Review
commit 42f1192273

View file

@ -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 {