diff options
author | Ryan Bloom <rbb@apache.org> | 2000-07-21 21:50:58 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-07-21 21:50:58 +0200 |
commit | 22d9fbdec042264bb0eb22d3c6a060e477791ab1 (patch) | |
tree | ad347d8d26dca91b745d4d632f01f9388175a892 /modules/mappers/mod_imap.c | |
parent | Remove a filtering patch from the STATUS file. This was the second patch (diff) | |
download | apache2-22d9fbdec042264bb0eb22d3c6a060e477791ab1.tar.xz apache2-22d9fbdec042264bb0eb22d3c6a060e477791ab1.zip |
Move all APR functions related to strings to their own directory, and
create a new header for those functions. This is the first step to
removing the apr/lib directory completely, and moving those files/functions
to descriptive directories.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85867 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/mod_imap.c')
-rw-r--r-- | modules/mappers/mod_imap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mappers/mod_imap.c b/modules/mappers/mod_imap.c index 8ed283f626..c7fced93d8 100644 --- a/modules/mappers/mod_imap.c +++ b/modules/mappers/mod_imap.c @@ -92,6 +92,7 @@ * Mark Cox, mark@ukweb.com, Allow relative URLs even when no base specified */ +#include "apr_strings.h" #include "ap_config.h" #include "httpd.h" #include "http_config.h" |