summaryrefslogtreecommitdiff
path: root/ace/Malloc.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-05-16 00:39:29 +0000
committerSteve Huston <shuston@riverace.com>2001-05-16 00:39:29 +0000
commit3efe928e07a5e6a352b0318b803f239aba935de6 (patch)
treed72c07877fda726512b63663d9abc8965aee5560 /ace/Malloc.h
parente47dc52d3ecd70adcd6b9154ee0f35067b94034a (diff)
downloadATCD-3efe928e07a5e6a352b0318b803f239aba935de6.tar.gz
ChangeLogTag:Tue May 15 20:37:31 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Malloc.h')
-rw-r--r--ace/Malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc.h b/ace/Malloc.h
index 68b9c2b015c..152bf827936 100644
--- a/ace/Malloc.h
+++ b/ace/Malloc.h
@@ -23,8 +23,8 @@
#include "ace/Log_Msg.h"
#if defined (ACE_HAS_MALLOC_STATS)
-#include "ace/Synch_T.h"
#if defined (ACE_HAS_THREADS)
+#include "ace/Process_Mutex.h"
#define ACE_PROCESS_MUTEX ACE_Process_Mutex
#else
#include "ace/SV_Semaphore_Simple.h"