summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:28:34 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:28:34 +1100
commit17e91c0fb01787f9a5974a997bb26114a435dde7 (patch)
treed4b1264eaf80ff34ee75517656a2428e1a3a7c18 /misc.c
parentc47d7e9e1905adbef3489cc2bbdceda02d212f7e (diff)
- 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 e4a47e610..e1da651ef 100644
--- a/misc.c
+++ b/misc.c
@@ -24,8 +24,9 @@
24 */ 24 */
25 25
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: misc.c,v 1.44 2006/02/08 12:32:49 stevesk Exp $"); 27RCSID("$OpenBSD: misc.c,v 1.45 2006/02/10 00:27:13 stevesk Exp $");
28 28
29#include <sys/ioctl.h>
29#include <netinet/tcp.h> 30#include <netinet/tcp.h>
30#ifdef HAVE_PATHS_H 31#ifdef HAVE_PATHS_H
31# include <paths.h> 32# include <paths.h>