commit | fef56f13bb22b8d504f5f91345d0c32d0a200009 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 11 01:02:32 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 11 01:02:32 2018 +0000 |
tree | 290aec958f155d4f7f789626cde0859a1d254d27 | |
parent | 1d2bf45b55c07bb54454790642281defb8b149a5 [diff] | |
parent | 7678ffd6d9ef007704b6802fb192cabb363003aa [diff] |
Merge "Fix Darwin build."
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>