commit | 7678ffd6d9ef007704b6802fb192cabb363003aa | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 10 18:01:08 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Apr 10 18:01:08 2018 -0700 |
tree | f4e50d70b41c397b2fa131be585a5c157882731d | |
parent | 20d21598033bb682a54ec1eca2568e030ad92e46 [diff] [blame] |
Fix Darwin build. TEMP_FAILURE_RETRY in fs.cpp. Bug: N/A Test: N/A Change-Id: If77da90eeb59e485d5caf4a2e73f7aa91801be2a
diff --git a/fastboot/fs.cpp b/fastboot/fs.cpp index a1e1677..14dabaa 100644 --- a/fastboot/fs.cpp +++ b/fastboot/fs.cpp
@@ -20,6 +20,7 @@ #include <android-base/errors.h> #include <android-base/file.h> +#include <android-base/macros.h> #include <android-base/stringprintf.h> #include <android-base/unique_fd.h>