]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixing mod_lua to use new http_ssl.h header file as well.
authorStefan Eissing <icing@apache.org>
Fri, 26 Mar 2021 11:44:30 +0000 (11:44 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 26 Mar 2021 11:44:30 +0000 (11:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888084 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/mod_lua.h

index 46395da784108ff4a67016796215867d15deced3..33807fbdb56531f311f1630f452d7eea48212de1 100644 (file)
@@ -26,6 +26,7 @@
 #include "http_request.h"
 #include "http_log.h"
 #include "http_protocol.h"
+#include "http_ssl.h"
 #include "ap_regex.h"
 
 #include "ap_config.h"