]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxgss.c
New SSH bug flag, for 'can't handle SSH2_MSG_IGNORE'. Another user
[PuTTY.git] / unix / uxgss.c
index f6ebf47643edd2ee570c4eb11b3c37b35828c06d..7bc6dca488183655282ad150ebfc4e0ec865c1c4 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"