Include putty.h (and hence uxconfig.h) before testing for NO_GSSAPI, so that
[sgt/putty] / unix / uxgss.c
index f6ebf47..7bc6dca 100644 (file)
@@ -1,8 +1,9 @@
+#include "putty.h"
+
 #ifndef NO_GSSAPI
 
 #include <string.h>
 #include <gssapi/gssapi.h>
-#include "putty.h"
 #include "sshgss.h"
 #include "misc.h"