summaryrefslogtreecommitdiff
path: root/modules/lua
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-03-26 11:44:30 +0000
committerStefan Eissing <icing@apache.org>2021-03-26 11:44:30 +0000
commit2d2e2aee89760f2da93b1a2d89723d65bd241b9c (patch)
treebe9f12fbef6928ca9607728bb667a1ebf7559e28 /modules/lua
parent587d17015167f442c98efaf497504fe3825a3fe7 (diff)
downloadhttpd-2d2e2aee89760f2da93b1a2d89723d65bd241b9c.tar.gz
Fixing mod_lua to use new http_ssl.h header file as well.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/lua')
-rw-r--r--modules/lua/mod_lua.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lua/mod_lua.h b/modules/lua/mod_lua.h
index 46395da784..33807fbdb5 100644
--- a/modules/lua/mod_lua.h
+++ b/modules/lua/mod_lua.h
@@ -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"