]> andersk Git - openssh.git/blobdiff - nchan.c
20070326
[openssh.git] / nchan.c
diff --git a/nchan.c b/nchan.c
index 1f4b396713028ca2b790fb541911fcc4d7aef161..ad461f4af6a36c57362a773601e2f4ea8645653e 100644 (file)
--- a/nchan.c
+++ b/nchan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nchan.c,v 1.53 2006/03/25 13:17:02 djm Exp $ */
+/* $OpenBSD: nchan.c,v 1.57 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl.  All rights reserved.
  *
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <sys/socket.h>
+
+#include <errno.h>
+#include <string.h>
+#include <stdarg.h>
+
 #include "ssh1.h"
 #include "ssh2.h"
 #include "buffer.h"
This page took 0.116679 seconds and 4 git commands to generate.