summaryrefslogtreecommitdiff
path: root/include/apr_global_mutex.h
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-02-26 21:10:31 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-02-26 21:10:31 +0000
commit0d64491758971d514db4d97ecbb48e951bb39b9e (patch)
treed4a849b4cd799791dace57a2f0733882fb3955b0 /include/apr_global_mutex.h
parentd701ba8ac05484d5ee0d538213846323a0281db8 (diff)
downloadapr-0d64491758971d514db4d97ecbb48e951bb39b9e.tar.gz
Added the include of apr_proc_mutex.h if the global mutex is proc mutex
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63065 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_global_mutex.h')
-rw-r--r--include/apr_global_mutex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/apr_global_mutex.h b/include/apr_global_mutex.h
index fc5a0b3b6..6bc0abfd7 100644
--- a/include/apr_global_mutex.h
+++ b/include/apr_global_mutex.h
@@ -166,6 +166,8 @@ APR_POOL_DECLARE_ACCESSOR(global_mutex);
* Define these platforms in terms of an apr_proc_mutex_t.
*/
+#include "apr_proc_mutex.h"
+
#define apr_global_mutex_t apr_proc_mutex_t
#define apr_global_mutex_create apr_proc_mutex_create
#define apr_global_mutex_child_init apr_proc_mutex_child_init