summaryrefslogtreecommitdiffstats
path: root/minadbd/adb_main.c
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-25 07:09:24 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-02-25 07:09:24 +0100
commit35fbf7876059b64d069d60fd9eab761718344271 (patch)
treef783ff7a4c4057ed7d1216e9d5ce674e8b6e5020 /minadbd/adb_main.c
parentMerge "Delete unused functions from minzip." (diff)
parentFix build from implicit declaration. (diff)
downloadandroid_bootable_recovery-35fbf7876059b64d069d60fd9eab761718344271.tar
android_bootable_recovery-35fbf7876059b64d069d60fd9eab761718344271.tar.gz
android_bootable_recovery-35fbf7876059b64d069d60fd9eab761718344271.tar.bz2
android_bootable_recovery-35fbf7876059b64d069d60fd9eab761718344271.tar.lz
android_bootable_recovery-35fbf7876059b64d069d60fd9eab761718344271.tar.xz
android_bootable_recovery-35fbf7876059b64d069d60fd9eab761718344271.tar.zst
android_bootable_recovery-35fbf7876059b64d069d60fd9eab761718344271.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);