diff options
author | Dan Albert <danalbert@google.com> | 2015-02-25 07:07:18 +0100 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-02-25 07:07:18 +0100 |
commit | 8f6eb5c045896d13b411ab8906f9af8e2f258b5a (patch) | |
tree | f783ff7a4c4057ed7d1216e9d5ce674e8b6e5020 /minadbd/fuse_adb_provider.c | |
parent | Merge "Delete unused functions from minzip." (diff) | |
download | android_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/fuse_adb_provider.c')
-rw-r--r-- | minadbd/fuse_adb_provider.c | 1 |
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 |