Merge "Fix Mac build."
This commit is contained in:
commit
6c6f39678c
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue