summaryrefslogtreecommitdiffstats
path: root/server/util_md5.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-07-21 21:50:58 +0200
committerRyan Bloom <rbb@apache.org>2000-07-21 21:50:58 +0200
commit22d9fbdec042264bb0eb22d3c6a060e477791ab1 (patch)
treead347d8d26dca91b745d4d632f01f9388175a892 /server/util_md5.c
parentRemove a filtering patch from the STATUS file. This was the second patch (diff)
downloadapache2-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.c1
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"