X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=blobdiff_plain;f=src%2Fmod_auth_gssapi.h;fp=src%2Fmod_auth_gssapi.h;h=d73036b2473f0e8da66de699194eacc8e6f7d83a;hp=b08c38a0a8ae5125871a010fe74f975a20115540;hb=4d75af14e3f703ec0cfeeb4ffb998619449c859a;hpb=7d7e020f0b9ad103c7129ede66854f7b02a16add diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index b08c38a..d73036b 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -3,10 +3,6 @@ #include #include #include -#include -#include -#include -#include #define APR_WANT_STRFUNC #include "apr_want.h" @@ -31,6 +27,13 @@ #undef PACKAGE_VERSION #include "config.h" +#include +#include +#include +#ifdef HAVE_GSSAPI_GSSAPI_NTLMSSP_H +# include +#endif + #include "crypto.h" #include "sessions.h"