summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-09-10 07:03:35 +0000
committermsmit <msmit@remedy.nl>2010-09-10 07:03:35 +0000
commita1c14181f38e181e854a7f26b8dcb5f7137f77ee (patch)
treee4268ad399de73c9f63cb2f1fc148407da4c4afc
parentb0ea1a378395738a2fb0971900ca460ca2cc2421 (diff)
downloadATCD-a1c14181f38e181e854a7f26b8dcb5f7137f77ee.tar.gz
Fri Sep 10 07:05:45 UTC 2010 Marcel Smit <msmit@remedy.nl>
* ace/Thread_Control.inl: Resolved compile error (ACE_OS_TRACE could not be found).
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/ace/Thread_Control.inl2
2 files changed, 7 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index a1ef1d0332d..72fde91b252 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 10 07:05:45 UTC 2010 Marcel Smit <msmit@remedy.nl>
+
+ * ace/Thread_Control.inl:
+ Resolved compile error (ACE_OS_TRACE could not be found).
+
Thu Sep 9 12:53:39 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Asynch_Acceptor.h:
diff --git a/ACE/ace/Thread_Control.inl b/ACE/ace/Thread_Control.inl
index 7b96cb369f8..8cda2330d4f 100644
--- a/ACE/ace/Thread_Control.inl
+++ b/ACE/ace/Thread_Control.inl
@@ -4,6 +4,8 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+#include "ace/OS_NS_macros.h"
+
// Set the exit status.
ACE_INLINE ACE_THR_FUNC_RETURN