summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.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/fuse_adb_provider.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/fuse_adb_provider.c')
-rw-r--r--minadbd/fuse_adb_provider.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/minadbd/fuse_adb_provider.c b/minadbd/fuse_adb_provider.c
index e9262858c..2386e82bb 100644
--- a/minadbd/fuse_adb_provider.c
+++ b/minadbd/fuse_adb_provider.c
@@ -21,6 +21,7 @@
#include "adb.h"
#include "fuse_sideload.h"
+#include "transport.h"
struct adb_data {
int sfd; // file descriptor for the adb channel