am 703237a5: am 6c6f3967: Merge "Fix Mac build."

* commit '703237a5b0226e98230cd85cf7f14b818df961a5':
  Fix Mac build.
This commit is contained in:
Elliott Hughes 2015-02-03 21:20:02 +00:00 committed by Android Git Automerger
commit bb70f867c9

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();