From 8b45210f63a0b25961910b7cc2d93c8626309456 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Tue, 25 Nov 2008 18:54:05 +0000 Subject: [PATCH] Have wingss.c include by way of putty.h rather than directly. Fixes a build failure involving name clashes between winsock2.h and winsock.h, which had somehow managed to get included in succession. [originally from svn r8332] --- windows/wingss.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/wingss.c b/windows/wingss.c index 222b34fa..773e6609 100644 --- a/windows/wingss.c +++ b/windows/wingss.c @@ -1,8 +1,10 @@ #ifndef NO_GSSAPI -#include +#include "putty.h" + #define SECURITY_WIN32 #include + #include "sshgss.h" #include "misc.h" -- 2.45.2