From Corey Stup: when we're declaring stuff for WSAAddressToStringA, we should
[sgt/putty] / sshgss.h
index c188464..2115cb1 100644 (file)
--- a/sshgss.h
+++ b/sshgss.h
@@ -1,6 +1,7 @@
+#include "puttyps.h"
+
 #define SSH2_GSS_OIDTYPE 0x06
 typedef void *Ssh_gss_ctx;
-typedef void *Ssh_gss_name;
 
 typedef enum Ssh_gss_stat {
     SSH_GSS_OK = 0,