diff options
author | 2007-05-17 23:53:41 +0000 | |
---|---|---|
committer | 2007-05-17 23:53:41 +0000 | |
commit | e963549d891a270c9fc6477a50224d85931391df (patch) | |
tree | 1a4b66b897b3c17f56179cbbdedef5238939464c | |
parent | Collapse struct v_selectinfo in struct vnode, remove the (diff) | |
download | wireguard-openbsd-e963549d891a270c9fc6477a50224d85931391df.tar.xz wireguard-openbsd-e963549d891a270c9fc6477a50224d85931391df.zip |
djm owes me a vb and a tism cd for breaking ssh compilation
-rw-r--r-- | usr.bin/ssh/sshconnect2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c index 6c2bd40321d..05f2441f515 100644 --- a/usr.bin/ssh/sshconnect2.c +++ b/usr.bin/ssh/sshconnect2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect2.c,v 1.163 2007/05/17 20:48:13 djm Exp $ */ +/* $OpenBSD: sshconnect2.c,v 1.164 2007/05/17 23:53:41 jolan Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. * @@ -30,6 +30,7 @@ #include <sys/stat.h> #include <errno.h> +#include <netdb.h> #include <stdio.h> #include <string.h> #include <signal.h> |