diff options
author | 2006-02-08 12:15:27 +0000 | |
---|---|---|
committer | 2006-02-08 12:15:27 +0000 | |
commit | a0b0b69dc757711066434e4d0e1344e301e473e8 (patch) | |
tree | a80ab0c761cfd8ddf6a0a64717102045c688a520 /usr.bin/ssh/ssh.c | |
parent | Use __LP64__ instead of __amd64__ for portability. (diff) | |
download | wireguard-openbsd-a0b0b69dc757711066434e4d0e1344e301e473e8.tar.xz wireguard-openbsd-a0b0b69dc757711066434e4d0e1344e301e473e8.zip |
move #include <paths.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index e326cf4a124..ee29fa805fa 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -40,7 +40,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.257 2005/12/20 04:41:07 dtucker Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.258 2006/02/08 12:15:27 stevesk Exp $"); + +#include <paths.h> #include <openssl/evp.h> #include <openssl/err.h> |