diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-02-20 23:16:38 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-02-20 23:16:38 +0800 |
commit | 364a53577eb33f20bed877fc5d4a54de829707d8 (patch) | |
tree | 3006ce1d1a77e50fbb679cd4a8a454423f66d350 /common-session.c | |
parent | 1b1997bf2da9322c526ec1da4358aae94f7de06e (diff) |
Move generic network routines to netio.c
--HG--
branch : fastopen
Diffstat (limited to 'common-session.c')
-rw-r--r-- | common-session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common-session.c b/common-session.c index d95c2ee..46aef0d 100644 --- a/common-session.c +++ b/common-session.c @@ -34,6 +34,7 @@ #include "kex.h" #include "channel.h" #include "runopts.h" +#include "netio.h" static void checktimeouts(); static long select_timeout(); |