From caf4100ff3ce7a18e6149f1a205f1531255b2f7e Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Mon, 24 Nov 2008 23:56:55 +0000 Subject: [PATCH] I think sshgss.h needs puttyps.h for Ssh_gss_buf. Makes it compile for Windows, anyway. [originally from svn r8327] --- sshgss.h | 2 ++ 1 file changed, 2 insertions(+) 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;