]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
I think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes it compile for Windows,
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 24 Nov 2008 23:56:55 +0000 (23:56 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Mon, 24 Nov 2008 23:56:55 +0000 (23:56 +0000)
anyway.

[originally from svn r8327]

sshgss.h

index c188464a3d4f9cadd142eb1dea5f47f7b3f371cc..5aa91bb9ee8c784d2750bfd6acb2063f49464b9f 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;