summaryrefslogtreecommitdiff
path: root/test/testdso.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2002-11-26 16:10:59 +0000
committerRyan Bloom <rbb@apache.org>2002-11-26 16:10:59 +0000
commit14dd9f23186f12e0b74b1e7686900776f2f73bfa (patch)
tree3ba4988866f33e31a22f20c4b736a8d8d5c4f1c9 /test/testdso.c
parent4df6472fdb7b57f80dc0c74e71e4e79b175435a6 (diff)
downloadapr-14dd9f23186f12e0b74b1e7686900776f2f73bfa.tar.gz
Fix a coupleof build warnings
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testdso.c')
-rw-r--r--test/testdso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdso.c b/test/testdso.c
index b214441d5..99bf00d6e 100644
--- a/test/testdso.c
+++ b/test/testdso.c
@@ -58,6 +58,7 @@
#include "apr_pools.h"
#include "apr_errno.h"
#include "apr_dso.h"
+#include "apr_strings.h"
#include "apr.h"
#ifdef APR_HAVE_UNISTD_H
#include <unistd.h>