summaryrefslogtreecommitdiff
path: root/test/testdso.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-29 00:22:05 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-11-29 00:22:05 +0000
commit6f8612eeae78dfaf978f0d843785c2f5958072cd (patch)
tree79175ca4d2be53e9a0bc80c98c325c3daba0b31b /test/testdso.c
parent410575b06a012aba55c75c4601228a4782442978 (diff)
downloadlibapr-6f8612eeae78dfaf978f0d843785c2f5958072cd.tar.gz
Get the test programs mostly working again.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60807 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 3245bfb9d..2ac0f002d 100644
--- a/test/testdso.c
+++ b/test/testdso.c
@@ -4,6 +4,7 @@
#include "apr_dso.h"
#include <string.h>
#include <stdlib.h>
+#include <stdio.h>
#include <unistd.h>
#define LIB_NAME "mod_test.so"