summaryrefslogtreecommitdiff
path: root/ace/Thread_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Thread_Mutex.h')
-rw-r--r--ace/Thread_Mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Thread_Mutex.h b/ace/Thread_Mutex.h
index 774a1bcb318..dc6c1b52788 100644
--- a/ace/Thread_Mutex.h
+++ b/ace/Thread_Mutex.h
@@ -23,7 +23,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#if !defined (ACE_HAS_THREADS)
-# include "ace/Null_Thread.h"
+# include "ace/Null_Mutex.h"
#else /* ACE_HAS_THREAD */
// ACE platform supports some form of threading.