diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2001-02-10 22:59:59 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2001-02-10 22:59:59 +0100 |
commit | 5e934fbbed93ce199eb4c5fdce0fae47423c07a7 (patch) | |
tree | 65e5d171599511fdfbe611e0c473627e4e8a69f7 /modules | |
parent | Fix Win32 Breakage (diff) | |
download | apache2-5e934fbbed93ce199eb4c5fdce0fae47423c07a7.tar.xz apache2-5e934fbbed93ce199eb4c5fdce0fae47423c07a7.zip |
Fix more module breakage from header reorg
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r-- | modules/aaa/mod_auth_dbm.c | 1 | ||||
-rw-r--r-- | modules/mappers/mod_speling.c | 1 | ||||
-rw-r--r-- | modules/metadata/mod_cern_meta.c | 2 | ||||
-rw-r--r-- | modules/metadata/mod_usertrack.c | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/modules/aaa/mod_auth_dbm.c b/modules/aaa/mod_auth_dbm.c index a6bd82a484..27e9d43590 100644 --- a/modules/aaa/mod_auth_dbm.c +++ b/modules/aaa/mod_auth_dbm.c @@ -76,6 +76,7 @@ #include "http_log.h" #include "http_protocol.h" #include "http_request.h" /* for ap_hook_(check_user_id | auth_checker)*/ +#include "apr_lib.h" #if defined(AP_AUTH_DBM_USE_APR) #include "apr_dbm.h" diff --git a/modules/mappers/mod_speling.c b/modules/mappers/mod_speling.c index d433949b5c..89bd047add 100644 --- a/modules/mappers/mod_speling.c +++ b/modules/mappers/mod_speling.c @@ -59,6 +59,7 @@ #include "apr.h" #include "apr_file_io.h" #include "apr_strings.h" +#include "apr_lib.h" #define APR_WANT_STRFUNC #include "apr_want.h" diff --git a/modules/metadata/mod_cern_meta.c b/modules/metadata/mod_cern_meta.c index caf2762942..d40a554878 100644 --- a/modules/metadata/mod_cern_meta.c +++ b/modules/metadata/mod_cern_meta.c @@ -165,7 +165,7 @@ #include "util_script.h" #include "http_log.h" #include "http_request.h" - +#include "apr_lib.h" #define DIR_CMD_PERMS OR_INDEXES diff --git a/modules/metadata/mod_usertrack.c b/modules/metadata/mod_usertrack.c index d9e71975e2..021723acad 100644 --- a/modules/metadata/mod_usertrack.c +++ b/modules/metadata/mod_usertrack.c @@ -101,6 +101,7 @@ */ #include "apr.h" +#include "apr_lib.h" #include "apr_strings.h" #define APR_WANT_STRFUNC |