Merge "adb: fix mac build"

This commit is contained in:
Josh Gao 2019-08-19 23:18:01 +00:00 committed by Gerrit Code Review
commit ef356fa5bd
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
// Include this before open/close/unlink are defined as macros below.
#include <android-base/errors.h>
#include <android-base/macros.h>
#include <android-base/off64_t.h>
#include <android-base/unique_fd.h>
#include <android-base/utf8.h>