]> andersk Git - openssh.git/blobdiff - nchan.c
- dtucker@cvs.openbsd.org 2007/12/28 15:32:24
[openssh.git] / nchan.c
diff --git a/nchan.c b/nchan.c
index ca9a56b596dc437ec7d8e34f8fba1a2a767082f4..ad461f4af6a36c57362a773601e2f4ea8645653e 100644 (file)
--- a/nchan.c
+++ b/nchan.c
@@ -1,3 +1,4 @@
+/* $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.03234 seconds and 4 git commands to generate.