diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2004-03-15 03:32:43 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2004-03-15 03:32:43 +0000 |
commit | 47ff6630b0ee93939803c3103a2bb8490992f399 (patch) | |
tree | cfa9df18420fd8e864bbe282d6acde21b29078b6 /test/occhild.c | |
parent | 52891bebe2850c6182e1dfd1635d9022383dac23 (diff) | |
download | libapr-47ff6630b0ee93939803c3103a2bb8490992f399.tar.gz |
Cleanup some emits
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/occhild.c')
-rw-r--r-- | test/occhild.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/occhild.c b/test/occhild.c index 9f8035c62..a96885d82 100644 --- a/test/occhild.c +++ b/test/occhild.c @@ -1,5 +1,10 @@ #include "apr.h" #include "apr_file_io.h" +#include "apr.h" + +#if APR_HAVE_STDLIB_H +#include <stdlib.h> +#endif int main(void) { |