summaryrefslogtreecommitdiff
path: root/lib/apr_pools.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-02 17:05:51 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-02 17:05:51 +0000
commit35f574a0d41026bb444a314900d2b31ddc72febb (patch)
tree5e45006ae2ebf61577e5e57815f337eb0dff7215 /lib/apr_pools.c
parent855ef2439f6a4e0e55c6c40c2c5cfc7d911c4524 (diff)
downloadlibapr-35f574a0d41026bb444a314900d2b31ddc72febb.tar.gz
Fix a couple of warnings that were caused by the APR leak problem. These
are gone now. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/apr_pools.c')
-rw-r--r--lib/apr_pools.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/apr_pools.c b/lib/apr_pools.c
index 25084f1eb..e23f8a0b3 100644
--- a/lib/apr_pools.c
+++ b/lib/apr_pools.c
@@ -85,6 +85,9 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif