commit | 8c1cb8779b968e4ab948a4e96e4b474eb8e0dee8 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Jul 08 14:36:02 2019 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Jul 08 14:37:27 2019 -0700 |
tree | f6d7fc1da8bca6c8dc33ce4eb5fad344da55ac77 | |
parent | c617687ac228579702599ef50fdcd202c970183e [diff] [blame] |
adb: add superfluous include. Resolve a merge conflict between internal and aosp by making aosp look like internal. Test: none Change-Id: I7bea6ab61ad45ff20a3d07abf3f73903a7c05585 Merged-In: If73b81ca73ba4d64763cf49c1bbe42de81fa1cb6
diff --git a/daemon/auth.cpp b/daemon/auth.cpp index 1800f84..00268a7 100644 --- a/daemon/auth.cpp +++ b/daemon/auth.cpp
@@ -18,6 +18,7 @@ #include "adb.h" #include "adb_auth.h" +#include "adb_io.h" #include "fdevent.h" #include "sysdeps.h" #include "transport.h"