summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/nchan.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-11 20:07:26 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-11 20:07:26 +0000
commit740e1f5357744919283fb440711e803850c19812 (patch)
tree375bf64c6449c74dd00b5940e5d3354566b23a89 /usr.bin/ssh/nchan.c
parent89a7db6727edf8cd68c273e20f8d77bd39dba6ef (diff)
move #include <errno.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/nchan.c')
-rw-r--r--usr.bin/ssh/nchan.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/nchan.c b/usr.bin/ssh/nchan.c
index 7e936412769..5112c78e2c3 100644
--- a/usr.bin/ssh/nchan.c
+++ b/usr.bin/ssh/nchan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nchan.c,v 1.54 2006/07/08 21:47:12 stevesk Exp $ */
+/* $OpenBSD: nchan.c,v 1.55 2006/07/11 20:07:25 stevesk Exp $ */
/*
* Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
*
@@ -28,6 +28,8 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <errno.h>
+
#include "ssh1.h"
#include "ssh2.h"
#include "buffer.h"