summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ttymodes.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/ttymodes.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/ttymodes.c')
-rw-r--r--usr.bin/ssh/ttymodes.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ttymodes.c b/usr.bin/ssh/ttymodes.c
index 2f6a34bbfd0..ffe5e70cf85 100644
--- a/usr.bin/ssh/ttymodes.c
+++ b/usr.bin/ssh/ttymodes.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ttymodes.c,v 1.23 2006/03/25 13:17:03 djm Exp $ */
+/* $OpenBSD: ttymodes.c,v 1.24 2006/07/11 20:07:25 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -45,6 +45,7 @@
#include "includes.h"
+#include <errno.h>
#include <termios.h>
#include "packet.h"