summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/nchan.c b/nchan.c
index aee3f37b0..ad461f4af 100644
--- a/nchan.c
+++ b/nchan.c
@@ -1,3 +1,4 @@
1/* $OpenBSD: nchan.c,v 1.57 2006/08/03 03:34:42 deraadt Exp $ */
1/* 2/*
2 * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
3 * 4 *
@@ -23,7 +24,13 @@
23 */ 24 */
24 25
25#include "includes.h" 26#include "includes.h"
26RCSID("$OpenBSD: nchan.c,v 1.51 2004/07/11 17:48:47 deraadt Exp $"); 27
28#include <sys/types.h>
29#include <sys/socket.h>
30
31#include <errno.h>
32#include <string.h>
33#include <stdarg.h>
27 34
28#include "ssh1.h" 35#include "ssh1.h"
29#include "ssh2.h" 36#include "ssh2.h"