From: Yann Ylavic Date: Sat, 7 May 2016 09:51:37 +0000 (+0000) Subject: Follow up to r1740928: mod_ssl.h now needs http_config.h X-Git-Tag: 2.5.0-alpha~1642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf62937eb1875effd53f58ffa20397701d3bce1d;p=apache Follow up to r1740928: mod_ssl.h now needs http_config.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1742697 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index b5974426c6..f96f3c82a8 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/mod_ssl.h @@ -27,6 +27,7 @@ #define __MOD_SSL_H__ #include "httpd.h" +#include "http_config.h" #include "apr_optional.h" /* Create a set of SSL_DECLARE(type), SSL_DECLARE_NONSTD(type) and