diff options
author | guenther@openbsd.org <guenther@openbsd.org> | 2016-08-27 06:05:12 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-08-29 03:20:28 +0200 |
commit | 5bcc1e2769f7d6927d41daf0719a9446ceab8dd7 (patch) | |
tree | c9a4bfecef2cd5b2866ca7f281ad46d219eac909 /misc.h | |
parent | upstream commit (diff) | |
download | openssh-5bcc1e2769f7d6927d41daf0719a9446ceab8dd7.tar.xz openssh-5bcc1e2769f7d6927d41daf0719a9446ceab8dd7.zip |
upstream commit
Pull in <sys/time.h> for struct timeval
ok deraadt@
Upstream-ID: ae34525485a173bccd61ac8eefeb91c57e3b7df6
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. */ |