summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp2
-rw-r--r--TAO/TAO_IDL/driver/drv_args.cpp1
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp3
3 files changed, 5 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 0ce86d3fa21..330374225dd 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -39,6 +39,8 @@
#include "ace/Process.h"
#include "ace/OS_NS_time.h"
+#include "ace/OS_NS_unistd.h"
+#include "ace/OS_NS_fcntl.h"
ACE_RCSID (be,
be_interface,
diff --git a/TAO/TAO_IDL/driver/drv_args.cpp b/TAO/TAO_IDL/driver/drv_args.cpp
index 0d231b93c1c..d30d961cd6b 100644
--- a/TAO/TAO_IDL/driver/drv_args.cpp
+++ b/TAO/TAO_IDL/driver/drv_args.cpp
@@ -73,6 +73,7 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "be_extern.h"
#include "ace/Process.h"
#include "ace/OS_NS_stdio.h"
+#include "ace/OS_NS_unistd.h"
ACE_RCSID (driver,
drv_args,
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index 346468e0374..33b65feb8bc 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -82,7 +82,8 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/streams.h"
#include "ace/OS_NS_stdio.h"
-
+#include "ace/OS_NS_unistd.h"
+#include "ace/OS_NS_fcntl.h"
ACE_RCSID (driver,
drv_preproc,