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 /server/util_md5.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 'server/util_md5.c')
-rw-r--r-- | server/util_md5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/util_md5.c b/server/util_md5.c index 12f103827b..a4faf92166 100644 --- a/server/util_md5.c +++ b/server/util_md5.c @@ -87,6 +87,7 @@ #include "ap_config.h" #include "apr_portable.h" +#include "apr_strings.h" #include "httpd.h" #include "util_md5.h" #include "util_ebcdic.h" |