summaryrefslogtreecommitdiffstats
path: root/minadbd/adb_main.c
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-25 07:07:18 +0100
committerDan Albert <danalbert@google.com>2015-02-25 07:07:18 +0100
commit8f6eb5c045896d13b411ab8906f9af8e2f258b5a (patch)
treef783ff7a4c4057ed7d1216e9d5ce674e8b6e5020 /minadbd/adb_main.c
parentMerge "Delete unused functions from minzip." (diff)
downloadandroid_bootable_recovery-8f6eb5c045896d13b411ab8906f9af8e2f258b5a.tar
android_bootable_recovery-8f6eb5c045896d13b411ab8906f9af8e2f258b5a.tar.gz
android_bootable_recovery-8f6eb5c045896d13b411ab8906f9af8e2f258b5a.tar.bz2
android_bootable_recovery-8f6eb5c045896d13b411ab8906f9af8e2f258b5a.tar.lz
android_bootable_recovery-8f6eb5c045896d13b411ab8906f9af8e2f258b5a.tar.xz
android_bootable_recovery-8f6eb5c045896d13b411ab8906f9af8e2f258b5a.tar.zst
android_bootable_recovery-8f6eb5c045896d13b411ab8906f9af8e2f258b5a.zip
Diffstat (limited to 'minadbd/adb_main.c')
-rw-r--r--minadbd/adb_main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/minadbd/adb_main.c b/minadbd/adb_main.c
index a62881d88..f6e240108 100644
--- a/minadbd/adb_main.c
+++ b/minadbd/adb_main.c
@@ -21,9 +21,11 @@
#define TRACE_TAG TRACE_ADB
-#include "adb.h"
#include "sysdeps.h"
+#include "adb.h"
+#include "transport.h"
+
int adb_main(int is_daemon, int server_port)
{
atexit(usb_cleanup);