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/clientloop.c | |
parent | 747dbaf216d7aeb4ba0fc72951dc66b08a6f3db5 (diff) |
move #include <paths.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index c43a50b2524..893ba30ffb4 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -59,8 +59,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: clientloop.c,v 1.150 2006/02/07 01:42:00 stevesk Exp $"); +RCSID("$OpenBSD: clientloop.c,v 1.151 2006/02/08 12:15:27 stevesk Exp $"); +#include <paths.h> #include <termios.h> #include "ssh.h" |