summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-09 15:15:10 +0000
committerstevesk <stevesk@openbsd.org>2006-07-09 15:15:10 +0000
commit089803ec38bc406458d7a22bd9f3c76b2270cf3f (patch)
tree8512763198790fa16a0a897b457b37dd451fcb57 /usr.bin/ssh/ssh.c
parentUse sigaction() instead of signal() in the parent and use the (diff)
downloadwireguard-openbsd-089803ec38bc406458d7a22bd9f3c76b2270cf3f.tar.xz
wireguard-openbsd-089803ec38bc406458d7a22bd9f3c76b2270cf3f.zip
move #include <fcntl.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index 5b50b2b42a3..08f97a41a79 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.280 2006/07/08 21:47:12 stevesk Exp $ */
+/* $OpenBSD: ssh.c,v 1.281 2006/07/09 15:15:11 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -50,6 +50,7 @@
#include <sys/stat.h>
#include <ctype.h>
+#include <fcntl.h>
#include <paths.h>
#include <pwd.h>
#include <signal.h>