From bb53039636d530be730836437f01ae4841e1eb75 Mon Sep 17 00:00:00 2001 From: Owen Dunn Date: Wed, 26 Jan 2005 19:04:42 +0000 Subject: [PATCH] Add ssh.h for prototypes for the X display stubs git-svn-id: http://svn.tartarus.org/sgt/putty@5213 cda61777-01e9-0310-a592-d414129be87e --- mac/macmisc.c | 1 + mac/macnet.c | 1 + 2 files changed, 2 insertions(+) diff --git a/mac/macmisc.c b/mac/macmisc.c index 72a360a1..128b3c40 100644 --- a/mac/macmisc.c +++ b/mac/macmisc.c @@ -38,6 +38,7 @@ #include "putty.h" #include "mac.h" +#include "ssh.h" #if TARGET_API_MAC_CARBON /* diff --git a/mac/macnet.c b/mac/macnet.c index 51ad35ae..ffce9022 100644 --- a/mac/macnet.c +++ b/mac/macnet.c @@ -1,6 +1,7 @@ #include "putty.h" #include "network.h" #include "mac.h" +#include "ssh.h" struct macnet_stack { SockAddr (*namelookup)(char const *, char **); -- 2.45.2