summaryrefslogtreecommitdiff
path: root/test/testshmproducer.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2004-03-15 03:32:43 +0000
committerRyan Bloom <rbb@apache.org>2004-03-15 03:32:43 +0000
commit290e834635ee9cbbe5f5e1ce16311218c992e0ad (patch)
treecfa9df18420fd8e864bbe282d6acde21b29078b6 /test/testshmproducer.c
parenta07327798dd70fb4ff53a011b43af10080e83445 (diff)
downloadapr-290e834635ee9cbbe5f5e1ce16311218c992e0ad.tar.gz
Cleanup some emits
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testshmproducer.c')
-rw-r--r--test/testshmproducer.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testshmproducer.c b/test/testshmproducer.c
index 5bef01363..93cb5b5ca 100644
--- a/test/testshmproducer.c
+++ b/test/testshmproducer.c
@@ -20,6 +20,12 @@
#include "apr_strings.h"
#include "apr_time.h"
#include "testshm.h"
+#include "apr.h"
+
+#if APR_HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+
#if APR_HAS_SHARED_MEMORY
static void msgput(int boxnum, char *msg)