summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-07-21 19:50:46 +0000
committerRyan Bloom <rbb@apache.org>2000-07-21 19:50:46 +0000
commit898e458546b51198c9e530fa64a61b9dde836be2 (patch)
treee25bc707d5072cdb2b69b401f0e35895683385fd /misc
parentbf8fd7c2a366726b25ba69127f78f5520eac02fe (diff)
downloadapr-898e458546b51198c9e530fa64a61b9dde836be2.tar.gz
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
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/errorcodes.c1
-rw-r--r--misc/unix/start.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/unix/errorcodes.c b/misc/unix/errorcodes.c
index fe98e55a9..0aee7c071 100644
--- a/misc/unix/errorcodes.c
+++ b/misc/unix/errorcodes.c
@@ -53,6 +53,7 @@
*/
#include "misc.h"
+#include "apr_strings.h"
#include "apr_lib.h"
#include "apr_dso.h"
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)
{