artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e29e26
)
needs FILE*; from Mike Frysinger
author
djm
<djm@openbsd.org>
Wed, 3 Mar 2021 08:42:52 +0000
(08:42 +0000)
committer
djm
<djm@openbsd.org>
Wed, 3 Mar 2021 08:42:52 +0000
(08:42 +0000)
usr.bin/ssh/misc.h
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/misc.h
b/usr.bin/ssh/misc.h
index
e380675
..
f19928a
100644
(file)
--- a/
usr.bin/ssh/misc.h
+++ b/
usr.bin/ssh/misc.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: misc.h,v 1.9
3 2021/02/15 20:36:35 markus
Exp $ */
+/* $OpenBSD: misc.h,v 1.9
4 2021/03/03 08:42:52 djm
Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@
-18,6
+18,7
@@
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <stdio.h>
/* Data structure for representing a forwarding request. */
struct Forward {