]> granicus.if.org Git - apache/commitdiff
Fix more module breakage from header reorg
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 10 Feb 2001 21:59:59 +0000 (21:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 10 Feb 2001 21:59:59 +0000 (21:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88069 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth_dbm.c
modules/mappers/mod_speling.c
modules/metadata/mod_cern_meta.c
modules/metadata/mod_usertrack.c

index a6bd82a48472ea294672cb47843fc42fe636252d..27e9d43590d45703ae1a145fc05214778bba330e 100644 (file)
@@ -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"
index d433949b5c6861a32cfe77fac1aa52732d6d3138..89bd047addce62cd1030d653cb880aa46d6ce1aa 100644 (file)
@@ -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"
index caf276294200cdeb5b3d27d8db1b67c496b0b56a..d40a554878f0be75a6dd1fefe6eb9efc066e3e3a 100644 (file)
 #include "util_script.h"
 #include "http_log.h"
 #include "http_request.h"
-
+#include "apr_lib.h"
 
 #define DIR_CMD_PERMS OR_INDEXES
 
index d9e71975e2586236839df58ab9f09498a227d2ca..021723acad83c24308b9c400f334b0b863fabebc 100644 (file)
  */
 
 #include "apr.h"
+#include "apr_lib.h"
 #include "apr_strings.h"
 
 #define APR_WANT_STRFUNC