]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: needs FILE*; from Mike Frysinger
authordjm@openbsd.org <djm@openbsd.org>
Wed, 3 Mar 2021 08:42:52 +0000 (08:42 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 3 Mar 2021 08:43:59 +0000 (19:43 +1100)
OpenBSD-Commit-ID: dddb3aa9cb5792eeeaa37a1af67b5a3f25ded41d

misc.h

diff --git a/misc.h b/misc.h
index 2de7eb5bfae2fb4bfefa15d4c7552c60abcaff63..e8239ace73edffe44ad78abaec090fc3e72ddc47 100644 (file)
--- 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@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 {