summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/readpass.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-02-08 12:15:27 +0000
committerstevesk <stevesk@openbsd.org>2006-02-08 12:15:27 +0000
commita0b0b69dc757711066434e4d0e1344e301e473e8 (patch)
treea80ab0c761cfd8ddf6a0a64717102045c688a520 /usr.bin/ssh/readpass.c
parentUse __LP64__ instead of __amd64__ for portability. (diff)
downloadwireguard-openbsd-a0b0b69dc757711066434e4d0e1344e301e473e8.tar.xz
wireguard-openbsd-a0b0b69dc757711066434e4d0e1344e301e473e8.zip
move #include <paths.h> out of includes.h; ok markus@
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 1743c56d1d4..60f22c07856 100644
--- a/usr.bin/ssh/readpass.c
+++ b/usr.bin/ssh/readpass.c
@@ -23,8 +23,9 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: readpass.c,v 1.33 2005/05/02 21:13:22 markus Exp $");
+RCSID("$OpenBSD: readpass.c,v 1.34 2006/02/08 12:15:27 stevesk Exp $");
+#include <paths.h>
#include <readpassphrase.h>
#include "xmalloc.h"