summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-10-06 15:09:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-10-06 15:09:42 +0000
commit86da9deaf1496672b4d31a2078f98bf69b483bc5 (patch)
tree1953a1867e2d839a2bbece22bc0fb744a82506d9
parent7e5d8e42366118a690deab0bbb54c53a1588b234 (diff)
downloadATCD-86da9deaf1496672b4d31a2078f98bf69b483bc5.tar.gz
ChangeLogTag: Wed Oct 6 15:09:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--tests/Test_Output.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Test_Output.cpp b/tests/Test_Output.cpp
index ca52863c3b7..adb9e9e8e46 100644
--- a/tests/Test_Output.cpp
+++ b/tests/Test_Output.cpp
@@ -30,6 +30,11 @@
#include "ace/Log_Msg.h"
#include "ace/ACE.h"
+#if defined (VXWORKS)
+# include "ace/OS_NS_unistd.h"
+# include "ace/OS_NS_fcntl.h"
+#endif /* VXWORKS */
+
ACE_Test_Output *ACE_Test_Output::instance_ = 0;
ACE_Test_Output::ACE_Test_Output (void)