- (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
diff --git a/auth2-gss.c b/auth2-gss.c
index 67144e4..d88bc42 100644
--- a/auth2-gss.c
+++ b/auth2-gss.c
@@ -26,6 +26,8 @@
 
 #include "includes.h"
 
+#ifdef GSSAPI
+
 #include <sys/types.h>
 
 #include "xmalloc.h"
@@ -293,3 +295,5 @@
 	userauth_gssapi,
 	&options.gss_authentication
 };
+
+#endif /* GSSAPI */