From 3ea39a3be4c36954a2c13fb1059d8f72c8faaf89 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Sat, 23 May 2015 12:04:11 +0100 Subject: Use the "ssl_is_https" definition from mod_ssl.h. Reviewed-by: Simo Sorce --- src/mod_auth_gssapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mod_auth_gssapi.h') diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index b12b0e9..fc5f643 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -18,6 +18,7 @@ #include #include #include +#include /* apache's httpd.h drags in empty PACKAGE_* variables. * undefine them to avoid annoying compile warnings as they -- cgit