diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-08 12:15:28 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-08 12:15:28 +0000 |
commit | e401af2f2e197b22548354f8456491b055e272f3 (patch) | |
tree | a876b48b02d8732d4fb83d18618b90b548d095a2 /usr.bin/ssh/readpass.c | |
parent | 747dbaf216d7aeb4ba0fc72951dc66b08a6f3db5 (diff) |
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.c | 3 |
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" |