branch: externals/tramp
commit 2e0b91d37aecf28ceff645e4d8d3a5368022614e
Author: Michael Albinus <michael.albi...@gmx.de>
Commit: Michael Albinus <michael.albi...@gmx.de>

    Require tramp-compat in tramp-adb.el
---
 tramp-adb.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tramp-adb.el b/tramp-adb.el
index aacf83e..ca7dac0 100644
--- a/tramp-adb.el
+++ b/tramp-adb.el
@@ -33,6 +33,7 @@
 
 ;;; Code:
 
+(require 'tramp-compat)
 (require 'tramp)
 
 (defvar process-file-return-signal-string)

Reply via email to