From d47accad0f250d5d59079001443df42fb04d67f2 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 28 Jul 2009 23:20:50 +0000 Subject: [PATCH] Include putty.h (and hence uxconfig.h) before testing for NO_GSSAPI, so that "./configure --without-gssapi" actually works. Spotted by Rob Shinn. git-svn-id: svn://svn.tartarus.org/sgt/putty@8608 cda61777-01e9-0310-a592-d414129be87e --- unix/uxgss.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unix/uxgss.c b/unix/uxgss.c index f6ebf476..7bc6dca4 100644 --- a/unix/uxgss.c +++ b/unix/uxgss.c @@ -1,8 +1,9 @@ +#include "putty.h" + #ifndef NO_GSSAPI #include #include -#include "putty.h" #include "sshgss.h" #include "misc.h" -- 2.11.0