From: André Malo Date: Sat, 26 Jul 2003 20:47:03 +0000 (+0000) Subject: re-add missing headers X-Git-Tag: pre_ajp_proxy~1357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18ae48670561a3942f824f1ad39d53259c525be5;p=thirdparty%2Fapache%2Fhttpd.git re-add missing headers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100793 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 3daca42b0a8..1d0ad937d38 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -129,6 +129,8 @@ #include "http_request.h" #include "http_core.h" #include "http_log.h" +#include "http_protocol.h" +#include "http_vhost.h" #include "mod_rewrite.h"