summaryrefslogtreecommitdiff
path: root/ace/os_include/os_errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_errno.h')
-rw-r--r--ace/os_include/os_errno.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/os_include/os_errno.h b/ace/os_include/os_errno.h
index b55cc024d31..e633a7a4fb9 100644
--- a/ace/os_include/os_errno.h
+++ b/ace/os_include/os_errno.h
@@ -29,9 +29,9 @@
#endif /* !ACE_LACKS_ERRNO_H */
// Needed for VxWorks to pickup errnoSet()
-#if defined (ACE_VXWORKS)
+#if defined (VXWORKS)
#include /**/ <errnoLib.h>
-#endif /* ACE_VXWORKS */
+#endif /* VXWORKS */
// Place all additions (especially function declarations) within extern "C" {}
#ifdef __cplusplus