Merge "adb: fix mac build"

am: ef356fa5bd

Change-Id: Ia7324a9137ce296f2090c82993b1c4726bb25553
This commit is contained in:
Josh Gao 2019-08-19 16:54:43 -07:00 committed by android-build-merger
commit ada40cd6b8

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>