summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
authorjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2003-09-28 17:00:06 +0000
committerjwoolley <jwoolley@13f79535-47bb-0310-9956-ffa450edef68>2003-09-28 17:00:06 +0000
commitb8b31778ac2d4a9a9debd1f8a87ab7006c75772f (patch)
tree31075feda28ece600d7be8945364e0b8b6f7954d /memory
parent83ff0df806ed0560f2db83f44c681147f3f015e4 (diff)
downloadlibapr-b8b31778ac2d4a9a9debd1f8a87ab7006c75772f.tar.gz
apr_pools.c: In function `apr_pool_initialize':
apr_pools.c:561: warning: implicit declaration of function `apr_atomic_init' git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH@64659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'memory')
-rw-r--r--memory/unix/apr_pools.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/memory/unix/apr_pools.c b/memory/unix/apr_pools.c
index d350ac665..0581d4a73 100644
--- a/memory/unix/apr_pools.c
+++ b/memory/unix/apr_pools.c
@@ -55,6 +55,7 @@
#include "apr.h"
#include "apr_private.h"
+#include "apr_pools.h"
#include "apr_portable.h" /* for get_os_proc */
#include "apr_strings.h"
#include "apr_general.h"