diff options
author | Dan Albert <danalbert@google.com> | 2015-02-25 17:52:58 +0100 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-02-25 17:52:58 +0100 |
commit | 8007a21e799ec05a45435d4b688116e88de98221 (patch) | |
tree | 7d6406d88d4d2bd63dfe51df080c8ad4c66c4262 /minadbd/fuse_adb_provider.c | |
parent | am 6f58e899: am 829d392a: Merge "Delete unused functions from minzip." (diff) | |
parent | am 35fbf787: Merge "Fix build from implicit declaration." (diff) | |
download | android_bootable_recovery-8007a21e799ec05a45435d4b688116e88de98221.tar android_bootable_recovery-8007a21e799ec05a45435d4b688116e88de98221.tar.gz android_bootable_recovery-8007a21e799ec05a45435d4b688116e88de98221.tar.bz2 android_bootable_recovery-8007a21e799ec05a45435d4b688116e88de98221.tar.lz android_bootable_recovery-8007a21e799ec05a45435d4b688116e88de98221.tar.xz android_bootable_recovery-8007a21e799ec05a45435d4b688116e88de98221.tar.zst android_bootable_recovery-8007a21e799ec05a45435d4b688116e88de98221.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 |