diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2021-03-03 08:42:53 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2021-03-03 08:42:53 +0000 |
commit | 4c965bf75f82fbcc0e49264263d505f622f70b22 (patch) | |
tree | 61bad89323304b007e96c029b53f71f41ed14fc5 /usr.bin/ssh/misc.h | |
parent | 72cdc4140995a963b261f8629915a65d7182daf7 (diff) |
needs FILE*; from Mike Frysinger
Diffstat (limited to 'usr.bin/ssh/misc.h')
-rw-r--r-- | usr.bin/ssh/misc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/misc.h b/usr.bin/ssh/misc.h index e3806756c0b..f19928acf6d 100644 --- a/usr.bin/ssh/misc.h +++ b/usr.bin/ssh/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 { |