From: guenther Date: Sat, 27 Aug 2016 04:05:12 +0000 (+0000) Subject: Pull in for struct timeval X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9abc32613e212acf944457503efc358804f9e78b;p=openbsd Pull in for struct timeval ok deraadt@ --- diff --git a/usr.bin/ssh/misc.h b/usr.bin/ssh/misc.h index c6b919b0849..f7f54d7c021 100644 --- a/usr.bin/ssh/misc.h +++ b/usr.bin/ssh/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. */