diff options
Diffstat (limited to 'channels.c')
-rw-r--r-- | channels.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/channels.c b/channels.c index 032e8f2af..c5ec1fc87 100644 --- a/channels.c +++ b/channels.c | |||
@@ -16,7 +16,7 @@ arbitrary tcp/ip connections, and the authentication agent connection. | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include "includes.h" | 18 | #include "includes.h" |
19 | RCSID("$Id: channels.c,v 1.4 1999/11/08 05:15:55 damien Exp $"); | 19 | RCSID("$Id: channels.c,v 1.5 1999/11/12 04:19:27 damien Exp $"); |
20 | 20 | ||
21 | #include "ssh.h" | 21 | #include "ssh.h" |
22 | #include "packet.h" | 22 | #include "packet.h" |
@@ -24,6 +24,7 @@ RCSID("$Id: channels.c,v 1.4 1999/11/08 05:15:55 damien Exp $"); | |||
24 | #include "buffer.h" | 24 | #include "buffer.h" |
25 | #include "authfd.h" | 25 | #include "authfd.h" |
26 | #include "uidswap.h" | 26 | #include "uidswap.h" |
27 | #include "readconf.h" | ||
27 | #include "servconf.h" | 28 | #include "servconf.h" |
28 | 29 | ||
29 | #include "channels.h" | 30 | #include "channels.h" |