summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-05 04:46:24 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-12-05 04:46:24 +0000
commit1153a7e04bb86f84f65b805b8aabc40fbb615819 (patch)
tree1a196d3d3a69f213acbc91caf253b54d833df14f /hooks
parent763104945e3a50601d229802502569de5ef425bf (diff)
downloadlibapr-util-1153a7e04bb86f84f65b805b8aabc40fbb615819.tar.gz
Remove some warnings. The fixes may not be perfectly portable, but this
is a start. We now build without cleanly and create a working web server. :-) git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@57942 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'hooks')
-rw-r--r--hooks/ap_hooks.c1
-rw-r--r--hooks/apr_hooks.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/hooks/ap_hooks.c b/hooks/ap_hooks.c
index 7fd5de83..5044cdca 100644
--- a/hooks/ap_hooks.c
+++ b/hooks/ap_hooks.c
@@ -54,6 +54,7 @@
#include <assert.h>
#include <stdio.h>
+#include <stdlib.h>
#include "apr_pools.h"
#include "apr_tables.h"
diff --git a/hooks/apr_hooks.c b/hooks/apr_hooks.c
index 7fd5de83..5044cdca 100644
--- a/hooks/apr_hooks.c
+++ b/hooks/apr_hooks.c
@@ -54,6 +54,7 @@
#include <assert.h>
#include <stdio.h>
+#include <stdlib.h>
#include "apr_pools.h"
#include "apr_tables.h"