summaryrefslogtreecommitdiff
path: root/common-session.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-02-20 23:16:38 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-02-20 23:16:38 +0800
commitc7b7e89f7568626e4f2ce59b24636df31667fa64 (patch)
tree3bcaecf65e2afa1cbe41d70824fb93dc080868ee /common-session.c
parentdef06d6af9403251e6f4cd1ee3700b8906d42ed5 (diff)
downloaddropbear-c7b7e89f7568626e4f2ce59b24636df31667fa64.tar.gz
Move generic network routines to netio.c
Diffstat (limited to 'common-session.c')
-rw-r--r--common-session.c1
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();