Implement refreshing the whole dialogue box with dlg_refresh, so that
[u/mdw/putty] / mac / macnet.c
index 51ad35a..ddc3d77 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 **);
@@ -39,7 +40,7 @@ static struct macnet_stack mactcp = {
 void sk_init(void)
 {
 
-#if 0
+#ifndef NO_OT
     if (ot_init() == noErr)
        stack = &ot;
     else