summaryrefslogtreecommitdiff
path: root/ace/Flag_Manip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Flag_Manip.cpp')
-rw-r--r--ace/Flag_Manip.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Flag_Manip.cpp b/ace/Flag_Manip.cpp
index 0b644d88f9d..34dc109cf50 100644
--- a/ace/Flag_Manip.cpp
+++ b/ace/Flag_Manip.cpp
@@ -6,6 +6,11 @@
#include "ace/Flag_Manip.i"
#endif /* ACE_LACKS_INLINE_FUNCTIONS */
+#if defined (ACE_WIN32) || defined (VXWORKS) || defined (ACE_LACKS_FCNTL)
+# include "ace/OS_NS_stropts.h"
+# include "ace/OS_NS_errno.h"
+#endif /* ACE_WIN32 || VXWORKS || ACE_LACKS_FCNTL */
+
ACE_RCSID(ace, Flag_Manip, "$Id$")
// Flags are file status flags to turn on.