artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd02d6f
)
Pull in <sys/time.h> for struct timeval
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 04:05:12 +0000
(
04:05
+0000)
committer
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 04:05:12 +0000
(
04:05
+0000)
ok deraadt@
usr.bin/ssh/misc.h
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/misc.h
b/usr.bin/ssh/misc.h
index
c6b919b
..
f7f54d7
100644
(file)
--- a/
usr.bin/ssh/misc.h
+++ b/
usr.bin/ssh/misc.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: misc.h,v 1.5
7 2016/07/15 00:24:30 djm
Exp $ */
+/* $OpenBSD: misc.h,v 1.5
8 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. */