commit | 086311b1465f5226fb9b9e0996c52a5a8a3127c1 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 08 09:53:11 2016 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Fri Jan 08 09:53:11 2016 +0100 |
tree | 639e9efefd5e53207110433a72e0baef8b8952f0 | |
parent | 45f89218ec2ffa0b3aa64ed100345a6904827e20 [diff] [blame] |
server FEATURE ssh session creation functions Cannot process any messages yet.
diff --git a/tests/test_io.c b/tests/test_io.c index bd301cf..55b1bec 100644 --- a/tests/test_io.c +++ b/tests/test_io.c
@@ -35,6 +35,7 @@ #include <libyang/libyang.h> #include <session_p.h> +#include <session_client.h> #include <messages_p.h> #include "config.h"