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/session.c | |
parent | 747dbaf216d7aeb4ba0fc72951dc66b08a6f3db5 (diff) |
move #include <paths.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/session.c')
-rw-r--r-- | usr.bin/ssh/session.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c index 8bb38593501..081a23d1e6a 100644 --- a/usr.bin/ssh/session.c +++ b/usr.bin/ssh/session.c @@ -33,7 +33,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.191 2005/12/24 02:27:41 djm Exp $"); +RCSID("$OpenBSD: session.c,v 1.192 2006/02/08 12:15:27 stevesk Exp $"); + +#include <paths.h> #include "ssh.h" #include "ssh1.h" |