summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authordjm <djm>2006-03-15 00:28:34 +0000
committerdjm <djm>2006-03-15 00:28:34 +0000
commit0b84e969bb4d201d288a1d2925265c349602783b (patch)
tree965094cc5a91751b20e3cac46275a24e5244c64a /misc.c
parent077a99233fc63788ed51693963d711abc9a24a5f (diff)
downloadopenssh-0b84e969bb4d201d288a1d2925265c349602783b.tar.gz
- stevesk@cvs.openbsd.org 2006/02/10 00:27:13
[channels.c clientloop.c includes.h misc.c progressmeter.c sftp.c] [ssh.c sshd.c sshpty.c] move #include <sys/ioctl.h> out of includes.h; ok markus@
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index e4a47e61..e1da651e 100644
--- a/misc.c
+++ b/misc.c
@@ -24,8 +24,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: misc.c,v 1.44 2006/02/08 12:32:49 stevesk Exp $");
-
+RCSID("$OpenBSD: misc.c,v 1.45 2006/02/10 00:27:13 stevesk Exp $");
+
+#include <sys/ioctl.h>
#include <netinet/tcp.h>
#ifdef HAVE_PATHS_H
# include <paths.h>