From: Bradley Nicholes Date: Wed, 6 Feb 2002 23:17:53 +0000 (+0000) Subject: Added the missing header that contains the prototype for ap_construct_url() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f83e179e81304b4ab140c3b8c2e841c202d8789;p=thirdparty%2Fapache%2Fhttpd.git Added the missing header that contains the prototype for ap_construct_url() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93325 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/modules/standard/mod_alias.c b/src/modules/standard/mod_alias.c index 26f64b0396c..97f0623b4bb 100644 --- a/src/modules/standard/mod_alias.c +++ b/src/modules/standard/mod_alias.c @@ -65,6 +65,7 @@ */ #include "httpd.h" +#include "http_core.h" #include "http_config.h" #include "http_log.h"