From cf62937eb1875effd53f58ffa20397701d3bce1d Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Sat, 7 May 2016 09:51:37 +0000 Subject: [PATCH] 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 --- modules/ssl/mod_ssl.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0