I think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes it compile for Windows,
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Nov 2008 23:56:55 +0000 (23:56 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Mon, 24 Nov 2008 23:56:55 +0000 (23:56 +0000)
anyway.

git-svn-id: svn://svn.tartarus.org/sgt/putty@8327 cda61777-01e9-0310-a592-d414129be87e

sshgss.h

index c188464..5aa91bb 100644 (file)
--- a/sshgss.h
+++ b/sshgss.h
@@ -1,3 +1,5 @@
+#include "puttyps.h"
+
 #define SSH2_GSS_OIDTYPE 0x06
 typedef void *Ssh_gss_ctx;
 typedef void *Ssh_gss_name;