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/sshpty.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/sshpty.c')
-rw-r--r-- | usr.bin/ssh/sshpty.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshpty.c b/usr.bin/ssh/sshpty.c index 28eddeec39c..8e3807becb4 100644 --- a/usr.bin/ssh/sshpty.c +++ b/usr.bin/ssh/sshpty.c @@ -12,8 +12,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshpty.c,v 1.13 2006/02/07 01:42:00 stevesk Exp $"); +RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $"); +#include <paths.h> #include <termios.h> #include <util.h> |