summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/Acknowledge.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/RMCast/Acknowledge.cpp')
-rw-r--r--protocols/ace/RMCast/Acknowledge.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/ace/RMCast/Acknowledge.cpp b/protocols/ace/RMCast/Acknowledge.cpp
index b647a255dad..e4416eedec3 100644
--- a/protocols/ace/RMCast/Acknowledge.cpp
+++ b/protocols/ace/RMCast/Acknowledge.cpp
@@ -4,7 +4,6 @@
#include "ace/Time_Value.h" // ACE_Time_Value
#include "ace/OS_NS_unistd.h"
-#include "ace/OS_NS_stdlib.h" // abort
#include "ace/OS_NS_sys_time.h" // gettimeofday
#include "Acknowledge.h"
@@ -152,7 +151,7 @@ namespace ACE_RMCast
if (cond_.wait (&time) == -1)
{
if (errno != ETIME)
- ACE_OS::abort ();
+ abort ();
else
break;
}