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/auth.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/auth.c')
-rw-r--r-- | usr.bin/ssh/auth.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth.c b/usr.bin/ssh/auth.c index f610f1e30d9..241cf710309 100644 --- a/usr.bin/ssh/auth.c +++ b/usr.bin/ssh/auth.c @@ -23,9 +23,10 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth.c,v 1.60 2005/06/17 02:44:32 djm Exp $"); +RCSID("$OpenBSD: auth.c,v 1.61 2006/02/08 12:15:27 stevesk Exp $"); #include <libgen.h> +#include <paths.h> #include "xmalloc.h" #include "match.h" |