diff options
author | 2006-02-07 01:18:09 +0000 | |
---|---|---|
committer | 2006-02-07 01:18:09 +0000 | |
commit | 61aaa1128f1cadb2d372c334974b0126cda8876a (patch) | |
tree | 9ab6f34096de3c09564c4bd411d940bbc9916a32 /usr.bin/ssh/sshconnect2.c | |
parent | move #include <netgroup.h> out of includes.h; ok markus@ (diff) | |
download | wireguard-openbsd-61aaa1128f1cadb2d372c334974b0126cda8876a.tar.xz wireguard-openbsd-61aaa1128f1cadb2d372c334974b0126cda8876a.zip |
move #include <sys/queue.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/sshconnect2.c')
-rw-r--r-- | usr.bin/ssh/sshconnect2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c index f2c7b51ec17..938b9bd5695 100644 --- a/usr.bin/ssh/sshconnect2.c +++ b/usr.bin/ssh/sshconnect2.c @@ -23,7 +23,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshconnect2.c,v 1.143 2005/10/14 02:17:59 stevesk Exp $"); +RCSID("$OpenBSD: sshconnect2.c,v 1.144 2006/02/07 01:18:09 stevesk Exp $"); + +#include <sys/queue.h> #include "ssh.h" #include "ssh2.h" |