summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/readpass.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-17 01:31:09 +0000
committerstevesk <stevesk@openbsd.org>2006-07-17 01:31:09 +0000
commiteb2751a22d6728146140c132c9aa405419f63e4b (patch)
tree040c6046972d8088cc81a795efd16dc8cc66b53b /usr.bin/ssh/readpass.c
parentFix splassert false positives on older VAXstation with devices wired to (diff)
downloadwireguard-openbsd-eb2751a22d6728146140c132c9aa405419f63e4b.tar.xz
wireguard-openbsd-eb2751a22d6728146140c132c9aa405419f63e4b.zip
move #include <unistd.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/readpass.c')
-rw-r--r--usr.bin/ssh/readpass.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/readpass.c b/usr.bin/ssh/readpass.c
index 44b2d098cbd..1288086b374 100644
--- a/usr.bin/ssh/readpass.c
+++ b/usr.bin/ssh/readpass.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: readpass.c,v 1.42 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: readpass.c,v 1.43 2006/07/17 01:31:09 stevesk Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -33,6 +33,7 @@
#include <paths.h>
#include <readpassphrase.h>
#include <stdarg.h>
+#include <unistd.h>
#include "xmalloc.h"
#include "misc.h"