diff common-session.c @ 1032:0da8ba489c23 fastopen

Move generic network routines to netio.c
author Matt Johnston <matt@ucc.asn.au>
date Fri, 20 Feb 2015 23:16:38 +0800
parents 64c0aa01e2b6
children 01eea88963f3
line wrap: on
line diff
--- a/common-session.c	Fri Feb 20 22:13:53 2015 +0800
+++ b/common-session.c	Fri Feb 20 23:16:38 2015 +0800
@@ -34,6 +34,7 @@
 #include "kex.h"
 #include "channel.h"
 #include "runopts.h"
+#include "netio.h"
 
 static void checktimeouts();
 static long select_timeout();