From 898e458546b51198c9e530fa64a61b9dde836be2 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Fri, 21 Jul 2000 19:50:46 +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/apr/apr/trunk@60398 13f79535-47bb-0310-9956-ffa450edef68 --- misc/unix/start.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/unix/start.c') diff --git a/misc/unix/start.c b/misc/unix/start.c index c84782f0d..4543f5970 100644 --- a/misc/unix/start.c +++ b/misc/unix/start.c @@ -54,6 +54,7 @@ #include "misc.h" #include "locks.h" +#include "apr_strings.h" ap_status_t ap_create_pool(ap_pool_t **newcont, ap_pool_t *cont) { -- cgit v1.2.3