diff options
Diffstat (limited to 'channels.c')
-rw-r--r-- | channels.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/channels.c b/channels.c index 6d2e1c6a6..dcda44b07 100644 --- a/channels.c +++ b/channels.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: channels.c,v 1.387 2018/12/07 02:31:20 djm Exp $ */ | 1 | /* $OpenBSD: channels.c,v 1.388 2019/01/19 21:31:32 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -84,6 +84,9 @@ | |||
84 | #include "pathnames.h" | 84 | #include "pathnames.h" |
85 | #include "match.h" | 85 | #include "match.h" |
86 | 86 | ||
87 | #include "opacket.h" /* XXX */ | ||
88 | extern struct ssh *active_state; /* XXX */ | ||
89 | |||
87 | /* -- agent forwarding */ | 90 | /* -- agent forwarding */ |
88 | #define NUM_SOCKS 10 | 91 | #define NUM_SOCKS 10 |
89 | 92 | ||