]> granicus.if.org Git - apache/commitdiff
missing include!
authorNick Kew <niq@apache.org>
Tue, 9 Oct 2007 15:59:32 +0000 (15:59 +0000)
committerNick Kew <niq@apache.org>
Tue, 9 Oct 2007 15:59:32 +0000 (15:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@583205 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index c7a1bfd4a4218db77557d74882bb38249a7d5d20..3f34059994c2aa603153294c71c8a81f8bbf5a4e 100644 (file)
@@ -17,6 +17,7 @@
 /* HTTP routines for Apache proxy */
 
 #include "mod_proxy.h"
+#include "ap_regex.h"
 
 module AP_MODULE_DECLARE_DATA proxy_http_module;