From: guenther@openbsd.org Date: Sat, 27 Aug 2016 04:05:12 +0000 (+0000) Subject: upstream commit X-Git-Tag: V_7_4_P1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bcc1e2769f7d6927d41daf0719a9446ceab8dd7;p=thirdparty%2Fopenssh-portable.git upstream commit Pull in for struct timeval ok deraadt@ Upstream-ID: ae34525485a173bccd61ac8eefeb91c57e3b7df6 --- diff --git a/misc.h b/misc.h index 7c76a6a72..ef375577c 100644 --- a/misc.h +++ b/misc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.57 2016/07/15 00:24:30 djm Exp $ */ +/* $OpenBSD: misc.h,v 1.58 2016/08/27 04:05:12 guenther Exp $ */ /* * Author: Tatu Ylonen @@ -15,6 +15,8 @@ #ifndef _MISC_H #define _MISC_H +#include + /* Data structure for representing a forwarding request. */ struct Forward { char *listen_host; /* Host (address) to listen on. */