From: jacob 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-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/74e04880079b9b67c7fe40d64f93a13fb2e66bb6 I think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes it compile for Windows, anyway. git-svn-id: svn://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;