From: Jacob Nevins Date: Mon, 24 Nov 2008 23:56:55 +0000 (+0000) Subject: I think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes it compile for Windows, X-Git-Tag: r8855-g4f798d~108 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=fecaa303ccaa65a58ad51ffc80c234c36cc9e59b;p=PuTTY_svn.git I think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes it compile for Windows, anyway. git-svn-id: http://svn.tartarus.org/sgt/putty@8327 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/sshgss.h b/sshgss.h index c188464a..5aa91bb9 100644 --- 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;