summaryrefslogtreecommitdiff
path: root/ace/Malloc.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-05-26 19:06:57 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-05-26 19:06:57 +0000
commitca0624c3aa5061e881b4464d1241a2249df5a4c5 (patch)
treebaa92754250a3653dd7a7a79d01f438ca8743f92 /ace/Malloc.h
parent2a85d7b4edc4441fe7849741d6a05aa62eb3bcb4 (diff)
downloadATCD-ca0624c3aa5061e881b4464d1241a2249df5a4c5.tar.gz
ChangeLogTag:Fri May 26 12:04:39 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Malloc.h')
-rw-r--r--ace/Malloc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/Malloc.h b/ace/Malloc.h
index 580e5780209..327b26d099f 100644
--- a/ace/Malloc.h
+++ b/ace/Malloc.h
@@ -25,6 +25,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Malloc_Base.h"
+#include "ace/Log_Msg.h"
#if (ACE_HAS_POSITION_INDEPENDENT_POINTERS == 1)
#include "ace/Based_Pointer_T.h"
@@ -39,8 +40,6 @@
#define ACE_PROCESS_MUTEX ACE_SV_Semaphore_Simple
#endif /* ACE_HAS_THREADS */
-#include "ace/Log_Msg.h"
-
typedef ACE_Atomic_Op<ACE_PROCESS_MUTEX, int> ACE_INT;
/******************************************************************