summaryrefslogtreecommitdiff
path: root/ace/Mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Mutex.cpp')
-rw-r--r--ace/Mutex.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Mutex.cpp b/ace/Mutex.cpp
index 99e99944e9a..597509e37f0 100644
--- a/ace/Mutex.cpp
+++ b/ace/Mutex.cpp
@@ -1,9 +1,13 @@
// $Id$
+#include "ace/Mutex.h"
+
#if !defined (__ACE_INLINE__)
#include "ace/Mutex.inl"
#endif /* __ACE_INLINE__ */
+//#include "ace/Log_Msg.h"
+
ACE_RCSID(ace, Mutex, "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_Mutex)