diff options
Diffstat (limited to 'adb/adb.c')
-rw-r--r-- | adb/adb.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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])) |