]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Added the missing header that contains the prototype for ap_construct_url()
authorBradley Nicholes <bnicholes@apache.org>
Wed, 6 Feb 2002 23:17:53 +0000 (23:17 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 6 Feb 2002 23:17:53 +0000 (23:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93325 13f79535-47bb-0310-9956-ffa450edef68

src/modules/standard/mod_alias.c

index 26f64b0396cf2656e8cb8d7249a6886f82b1edb9..97f0623b4bb07c8aab100061f040075a8d53fb25 100644 (file)
@@ -65,6 +65,7 @@
  */
 
 #include "httpd.h"
+#include "http_core.h"
 #include "http_config.h"
 #include "http_log.h"