From 22d9fbdec042264bb0eb22d3c6a060e477791ab1 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Fri, 21 Jul 2000 19:50:58 +0000 Subject: 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 --- server/util_md5.c | 1 + 1 file changed, 1 insertion(+) (limited to 'server/util_md5.c') 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" -- cgit v1.2.3