commit | 9815c9f7cfb87c97fc5dceb2a4dcc62facf3e022 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Tue Feb 24 15:51:19 2015 -0800 |
committer | Dan Albert <danalbert@google.com> | Tue Feb 24 21:30:22 2015 -0800 |
tree | 4eae06ed28a7a20c454d9f4b59c6798a06644dad | |
parent | fd9694eded24251230844d4c936004a87f4adc7f [diff] [blame] |
Move transport declarations into transport.h. There are a few cloexec issues in here as an added bonus. Change-Id: I1699d719d733f47878bdba0454230cf5ab6a60b6
diff --git a/adb/adb.c b/adb/adb.c index d1f05e4..9c0bd8c 100644 --- a/adb/adb.c +++ b/adb/adb.c
@@ -31,6 +31,7 @@ #include "adb.h" #include "adb_auth.h" #include "adb_listeners.h" +#include "transport.h" #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0]))