summaryrefslogtreecommitdiffhomepage
path: root/common-channel.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
commit364a53577eb33f20bed877fc5d4a54de829707d8 (patch)
tree3006ce1d1a77e50fbb679cd4a8a454423f66d350 /common-channel.c
parent1b1997bf2da9322c526ec1da4358aae94f7de06e (diff)
Move generic network routines to netio.c
--HG-- branch : fastopen
Diffstat (limited to 'common-channel.c')
-rw-r--r--common-channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common-channel.c b/common-channel.c
index 40f8613..5e32cc3 100644
--- a/common-channel.c
+++ b/common-channel.c
@@ -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);