diff common-channel.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 02baa0b334e8
children 01eea88963f3
line wrap: on
line diff
--- a/common-channel.c	Fri Feb 20 22:13:53 2015 +0800
+++ b/common-channel.c	Fri Feb 20 23:16:38 2015 +0800
@@ -35,6 +35,7 @@
 #include "ssh.h"
 #include "listener.h"
 #include "runopts.h"
+#include "netio.h"
 
 static void send_msg_channel_open_failure(unsigned int remotechan, int reason,
 		const unsigned char *text, const unsigned char *lang);