Add ssh.h for prototypes for the X display stubs
authorowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Wed, 26 Jan 2005 19:04:42 +0000 (19:04 +0000)
committerowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Wed, 26 Jan 2005 19:04:42 +0000 (19:04 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5213 cda61777-01e9-0310-a592-d414129be87e

mac/macmisc.c
mac/macnet.c

index 72a360a..128b3c4 100644 (file)
@@ -38,6 +38,7 @@
 
 #include "putty.h"
 #include "mac.h"
+#include "ssh.h"
 
 #if TARGET_API_MAC_CARBON
 /*
index 51ad35a..ffce902 100644 (file)
@@ -1,6 +1,7 @@
 #include "putty.h"
 #include "network.h"
 #include "mac.h"
+#include "ssh.h"
 
 struct macnet_stack {
     SockAddr (*namelookup)(char const *, char **);