diff options
author | 2006-02-08 14:31:30 +0000 | |
---|---|---|
committer | 2006-02-08 14:31:30 +0000 | |
commit | c25bd199c19d259fe09680e9dafb9bb916a39971 (patch) | |
tree | 96952bf5e15f46c2288ea0b97df82c593fdea5e3 /usr.bin/ssh/ssh.c | |
parent | <openssl/bn.h> not needed (diff) | |
download | wireguard-openbsd-c25bd199c19d259fe09680e9dafb9bb916a39971.tar.xz wireguard-openbsd-c25bd199c19d259fe09680e9dafb9bb916a39971.zip |
move #include <sys/resource.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 ee29fa805fa..a70b6ada57f 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.258 2006/02/08 12:15:27 stevesk Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.259 2006/02/08 14:31:30 stevesk Exp $"); + +#include <sys/resource.h> #include <paths.h> |