summaryrefslogtreecommitdiff
path: root/test/testproc.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2000-04-05 03:09:30 +0000
committerJeff Trawick <trawick@apache.org>2000-04-05 03:09:30 +0000
commit8e9e075438394592805f8bbbfdd4467f32d3d8bf (patch)
treedd34c744e922c769e709dad7b5105bd6580775a1 /test/testproc.c
parent89c8a2ce86597c504575f5a656947a66c32d5f97 (diff)
downloadapr-8e9e075438394592805f8bbbfdd4467f32d3d8bf.tar.gz
include stdlib.h for atexit() declaration
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59792 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testproc.c')
-rw-r--r--test/testproc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testproc.c b/test/testproc.c
index ccb2fb18a..574b58511 100644
--- a/test/testproc.c
+++ b/test/testproc.c
@@ -61,6 +61,7 @@
#include <unistd.h>
#endif
#include <stdio.h>
+#include <stdlib.h>
#include <signal.h>
#include <string.h>