summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorguenther@openbsd.org <guenther@openbsd.org>2016-08-27 04:05:12 +0000
committerDamien Miller <djm@mindrot.org>2016-08-29 11:20:28 +1000
commit5bcc1e2769f7d6927d41daf0719a9446ceab8dd7 (patch)
treec9a4bfecef2cd5b2866ca7f281ad46d219eac909 /misc.h
parentfa4a4c96b19127dc2fd4e92f20d99c0c7f34b538 (diff)
upstream commit
Pull in <sys/time.h> for struct timeval ok deraadt@ Upstream-ID: ae34525485a173bccd61ac8eefeb91c57e3b7df6
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 7c76a6a72..ef375577c 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.h,v 1.57 2016/07/15 00:24:30 djm Exp $ */ 1/* $OpenBSD: misc.h,v 1.58 2016/08/27 04:05:12 guenther Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -15,6 +15,8 @@
15#ifndef _MISC_H 15#ifndef _MISC_H
16#define _MISC_H 16#define _MISC_H
17 17
18#include <sys/time.h>
19
18/* Data structure for representing a forwarding request. */ 20/* Data structure for representing a forwarding request. */
19struct Forward { 21struct Forward {
20 char *listen_host; /* Host (address) to listen on. */ 22 char *listen_host; /* Host (address) to listen on. */