summaryrefslogtreecommitdiffstats
path: root/minadbd/fuse_adb_provider.c
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-25 07:13:59 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-25 07:13:59 +0100
commit6deb3d5cf266ce18aefb819c5994f504e0df103b (patch)
tree7d6406d88d4d2bd63dfe51df080c8ad4c66c4262 /minadbd/fuse_adb_provider.c
parentam 829d392a: Merge "Delete unused functions from minzip." (diff)
parentMerge "Fix build from implicit declaration." (diff)
downloadandroid_bootable_recovery-6deb3d5cf266ce18aefb819c5994f504e0df103b.tar
android_bootable_recovery-6deb3d5cf266ce18aefb819c5994f504e0df103b.tar.gz
android_bootable_recovery-6deb3d5cf266ce18aefb819c5994f504e0df103b.tar.bz2
android_bootable_recovery-6deb3d5cf266ce18aefb819c5994f504e0df103b.tar.lz
android_bootable_recovery-6deb3d5cf266ce18aefb819c5994f504e0df103b.tar.xz
android_bootable_recovery-6deb3d5cf266ce18aefb819c5994f504e0df103b.tar.zst
android_bootable_recovery-6deb3d5cf266ce18aefb819c5994f504e0df103b.zip
Diffstat (limited to '')
-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