From 9100921827bdfb32bcfab2569618393997d5fef4 Mon Sep 17 00:00:00 2001 From: Niclas Eklund Date: Tue, 8 Mar 2011 14:27:33 +0100 Subject: Fixed include problem. --- lib/ssh/test/ssh_test_lib.erl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/ssh/test/ssh_test_lib.erl b/lib/ssh/test/ssh_test_lib.erl index 4fd47da090..8b7d5e2992 100644 --- a/lib/ssh/test/ssh_test_lib.erl +++ b/lib/ssh/test/ssh_test_lib.erl @@ -27,10 +27,18 @@ -include_lib("public_key/include/public_key.hrl"). -include("test_server.hrl"). -include("test_server_line.hrl"). --include_lib("ssh/src/ssh.hrl"). -define(TIMEOUT, 50000). + +-record(ssh_key, + { + type, + public, + private, + comment = "" + }). + connect(Options) -> connect(hostname(), inet_port(), Options). -- cgit v1.2.3