* commit '703237a5b0226e98230cd85cf7f14b818df961a5': Fix Mac build.
This commit is contained in:
commit
bb70f867c9
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…
Add table
Reference in a new issue