summaryrefslogtreecommitdiff
path: root/ace/os_include/sys
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-01-04 09:34:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-01-04 09:34:11 +0000
commitbc0aea537a2718d74d178b84926c77fe9e15050c (patch)
tree9153bebc24cc6ec12c0dd463bce3b6268c7e0d17 /ace/os_include/sys
parent60afcfcbcc6baa569f103aa62dc3cea1cda8ea08 (diff)
downloadATCD-bc0aea537a2718d74d178b84926c77fe9e15050c.tar.gz
ChangeLogTag: Wed Jan 4 09:33:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/os_include/sys')
-rw-r--r--ace/os_include/sys/os_time.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/os_include/sys/os_time.h b/ace/os_include/sys/os_time.h
index 4fb260bcd7e..a548bb3bdfc 100644
--- a/ace/os_include/sys/os_time.h
+++ b/ace/os_include/sys/os_time.h
@@ -30,6 +30,10 @@
# include /**/ <sys/time.h>
#endif /* !ACE_LACKS_SYS_TIME_H */
+#if defined (ACE_VXWORKS) && (ACE_VXWORKS == 0x620)
+# include /**/ <time.h> // VxWorks 6.2 defined timeval in time.h
+#endif
+
// Place all additions (especially function declarations) within extern "C" {}
#ifdef __cplusplus
extern "C"