Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c6f3967 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Fix Mac build."

parents 6974ba4e af4885a4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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();