summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/misc.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-09 15:15:12 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-09 15:15:12 +0000
commit0810117b8375d88af0d02ded172dacc19d88c6cf (patch)
tree359c3536690cb16962f43ed17fdfc9d8e8c5bba4 /usr.bin/ssh/misc.c
parent9e854c8465a5d4078ce824c4c519af429c8f71cb (diff)
move #include <fcntl.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/misc.c')
-rw-r--r--usr.bin/ssh/misc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/misc.c b/usr.bin/ssh/misc.c
index cd9b5904c24..fe23fe672a0 100644
--- a/usr.bin/ssh/misc.c
+++ b/usr.bin/ssh/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.54 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: misc.c,v 1.55 2006/07/09 15:15:10 stevesk Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
* Copyright (c) 2005,2006 Damien Miller. All rights reserved.
@@ -34,6 +34,7 @@
#include <netinet/in.h>
#include <netinet/tcp.h>
+#include <fcntl.h>
#include <paths.h>
#include <pwd.h>