diff options
author | Allan K. Edwards <ake@apache.org> | 2000-02-18 00:55:12 +0100 |
---|---|---|
committer | Allan K. Edwards <ake@apache.org> | 2000-02-18 00:55:12 +0100 |
commit | d72f35dbbea9e452b8d2ed6d45a60734c6776a10 (patch) | |
tree | b84c0e4215319752cf14c368c7ecba3d73cab5e6 /modules/mappers/mod_speling.c | |
parent | Enable dynamic module support on Linux. This should work on any LIBTOOL (diff) | |
download | apache2-d72f35dbbea9e452b8d2ed6d45a60734c6776a10.tar.xz apache2-d72f35dbbea9e452b8d2ed6d45a60734c6776a10.zip |
Update Windows project and makefiles so dynamically loadable modules get built
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84640 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/mod_speling.c')
-rw-r--r-- | modules/mappers/mod_speling.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mappers/mod_speling.c b/modules/mappers/mod_speling.c index 71d8c0019c..82a27a6ed6 100644 --- a/modules/mappers/mod_speling.c +++ b/modules/mappers/mod_speling.c @@ -59,6 +59,7 @@ #include "httpd.h" #include "http_core.h" #include "http_config.h" +#include "http_request.h" #include "http_log.h" #include "apr_file_io.h" |