From 4297c33df8726a152413c1d6d7f69c6b543c53c8 Mon Sep 17 00:00:00 2001 From: mcorino Date: Fri, 5 Nov 2004 16:16:31 +0000 Subject: ChangeLogTag: Fri Nov 5 16:14:12 UTC 2004 Martin Corino --- ChangeLog | 6 ++++++ ace/OS_NS_stdlib.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eb262e852ef..11c50b08ef9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Nov 5 16:14:12 UTC 2004 Martin Corino + + * ace/OS_NS_stdlib.cpp: + Fixed unnecessary inclusion of 'limits' for VxWorks because + it caused problems with GCC 2.9.6 toolchain. + Fri Nov 5 07:52:51 2004 J.T. Conklin * ace/ACE.cpp: diff --git a/ace/OS_NS_stdlib.cpp b/ace/OS_NS_stdlib.cpp index 4ca25391d8a..b54bcfe94eb 100644 --- a/ace/OS_NS_stdlib.cpp +++ b/ace/OS_NS_stdlib.cpp @@ -26,7 +26,7 @@ ACE_RCSID (ace, # include "ace/OS_NS_ctype.h" # include "ace/OS_NS_sys_time.h" -# if !defined (ACE_HAS_WINCE) +# if !defined (ACE_HAS_WINCE) && !defined (ACE_VXWORKS) # include /**/ # endif #endif /* ACE_LACKS_MKSTEMP */ -- cgit v1.2.1