diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-07-25 02:58:22 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-07-25 02:58:22 +0200 |
commit | fc3580dd3b2452b9b24e2cce002bfe0ec3970e0b (patch) | |
tree | 3844e31bd895907ad0831603df8a99d371862a75 /modules/mappers/mod_speling.c | |
parent | Changes to get Win32 compiling again, including substituting (diff) | |
download | apache2-fc3580dd3b2452b9b24e2cce002bfe0ec3970e0b.tar.xz apache2-fc3580dd3b2452b9b24e2cce002bfe0ec3970e0b.zip |
Missing apr_strings.h - hope this wasn't destined for some global header.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85877 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/mod_speling.c')
-rw-r--r-- | modules/mappers/mod_speling.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mappers/mod_speling.c b/modules/mappers/mod_speling.c index 29faa63529..30a4c4ed7a 100644 --- a/modules/mappers/mod_speling.c +++ b/modules/mappers/mod_speling.c @@ -64,6 +64,7 @@ #include "http_request.h" #include "http_log.h" #include "apr_file_io.h" +#include "apr_strings.h" /* mod_speling.c - by Alexei Kosut <akosut@organic.com> June, 1996 * |