[openssh-commits] [openssh] 01/01: upstream: needs FILE*; from Mike Frysinger
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Mar 3 19:45:24 AEDT 2021
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 7fe141b96b13bd7dc67ca985e14d55b9bd8a03fd
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Mar 3 08:42:52 2021 +0000
upstream: needs FILE*; from Mike Frysinger
OpenBSD-Commit-ID: dddb3aa9cb5792eeeaa37a1af67b5a3f25ded41d
---
misc.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/misc.h b/misc.h
index 2de7eb5b..e8239ace 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.h,v 1.93 2021/02/15 20:36:35 markus Exp $ */
+/* $OpenBSD: misc.h,v 1.94 2021/03/03 08:42:52 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo at 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 {
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list