Pull in Windows compatibility header.

Needed for O_CLOEXEC, O_NOFOLLOW, and DEFFILEMODE.

Change-Id: Id6c0465a6559c30ac8c085c28be0d47c9738f02a
This commit is contained in:
Dan Albert 2015-03-26 23:33:28 -07:00
parent 87378814a0
commit 94d1360f7e

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 {