summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect2.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-11 20:07:25 +0000
committerstevesk <stevesk@openbsd.org>2006-07-11 20:07:25 +0000
commitea82e68e1968fc98bb3f8a021adffd459741a62c (patch)
tree1504737d23d474589fd111f74d216148a095f4b4 /usr.bin/ssh/sshconnect2.c
parentEnsure virtual and profiling interval timers are reset in child process (diff)
downloadwireguard-openbsd-ea82e68e1968fc98bb3f8a021adffd459741a62c.tar.xz
wireguard-openbsd-ea82e68e1968fc98bb3f8a021adffd459741a62c.zip
move #include <errno.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/sshconnect2.c')
-rw-r--r--usr.bin/ssh/sshconnect2.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c
index c0fd928609c..14d51ba45fe 100644
--- a/usr.bin/ssh/sshconnect2.c
+++ b/usr.bin/ssh/sshconnect2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect2.c,v 1.155 2006/06/08 14:45:49 markus Exp $ */
+/* $OpenBSD: sshconnect2.c,v 1.156 2006/07/11 20:07:25 stevesk Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -30,6 +30,8 @@
#include <sys/queue.h>
#include <sys/stat.h>
+#include <errno.h>
+
#include "ssh.h"
#include "ssh2.h"
#include "xmalloc.h"