Merge "Fix Mac build."

This commit is contained in:
Elliott Hughes 2015-02-03 21:03:45 +00:00 committed by Gerrit Code Review
commit 6c6f39678c

View file

@ -21,6 +21,8 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <utils/Compat.h> // For TEMP_FAILURE_RETRY on Darwin.
bool android::ReadFileToString(const std::string& path, std::string* content) {
content->clear();