summaryrefslogtreecommitdiff
path: root/test/testdso.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-11-15 21:46:38 +0000
committerRyan Bloom <rbb@apache.org>2000-11-15 21:46:38 +0000
commitac4fd1ede57bbed3f7c3e373902e1f3d11e0d622 (patch)
tree414bd4940b3a1ae61d03431b9c424a7447ab69a4 /test/testdso.c
parentf4a84154fe43662d0191e0205c1b8800773aa3c1 (diff)
downloadapr-ac4fd1ede57bbed3f7c3e373902e1f3d11e0d622.tar.gz
Clean up a lot of warnings in the test directory.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60736 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 a050c8fde..3245bfb9d 100644
--- a/test/testdso.c
+++ b/test/testdso.c
@@ -4,6 +4,7 @@
#include "apr_dso.h"
#include <string.h>
#include <stdlib.h>
+#include <unistd.h>
#define LIB_NAME "mod_test.so"