]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authorguenther@openbsd.org <guenther@openbsd.org>
Sat, 27 Aug 2016 04:05:12 +0000 (04:05 +0000)
committerDamien Miller <djm@mindrot.org>
Mon, 29 Aug 2016 01:20:28 +0000 (11:20 +1000)
Pull in <sys/time.h> for struct timeval

ok deraadt@

Upstream-ID: ae34525485a173bccd61ac8eefeb91c57e3b7df6

misc.h

diff --git a/misc.h b/misc.h
index 7c76a6a725e9c9a2d31675bc05f9114989d2a828..ef375577cb527275d0127a5c9572fed34aeef131 100644 (file)
--- 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 <ylo@cs.hut.fi>
@@ -15,6 +15,8 @@
 #ifndef _MISC_H
 #define _MISC_H
 
+#include <sys/time.h>
+
 /* Data structure for representing a forwarding request. */
 struct Forward {
        char     *listen_host;          /* Host (address) to listen on. */