summaryrefslogtreecommitdiff
path: root/ace/OS_NS_unistd.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-11-04 11:05:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-11-04 11:05:42 +0000
commit080cc36f04b16be6b24fb6ebfb4c6ada9f72d525 (patch)
tree154efe7e2c21d6327c9dc90aa0528f03f3badbdc /ace/OS_NS_unistd.inl
parentf1e4ef879929cbdc34ba0c1e70ab6949462ff708 (diff)
downloadATCD-080cc36f04b16be6b24fb6ebfb4c6ada9f72d525.tar.gz
ChangeLogTag: Fri Nov 4 10:52:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/OS_NS_unistd.inl')
-rw-r--r--ace/OS_NS_unistd.inl5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/OS_NS_unistd.inl b/ace/OS_NS_unistd.inl
index 51ddb61ce9f..2eb0f163910 100644
--- a/ace/OS_NS_unistd.inl
+++ b/ace/OS_NS_unistd.inl
@@ -18,8 +18,11 @@
# include "ace/OS_NS_stdio.h"
#endif /* ACE_LACKS_ACCESS */
-#if defined (VXWORKS) || defined (ACE_HAS_WINCE)
+#if defined (ACE_VXWORKS) || defined (ACE_HAS_WINCE)
# include "ace/os_include/os_unistd.h"
+# if defined (ACE_VXWORKS) && (ACE_VXWORKS == 0x610)
+# include "ace/os_include/string.h"
+# endif
#endif /* VXWORKS || ACE_HAS_WINCE */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL