From 86da9deaf1496672b4d31a2078f98bf69b483bc5 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 6 Oct 2004 15:09:42 +0000 Subject: ChangeLogTag: Wed Oct 6 15:09:12 UTC 2004 Johnny Willemsen --- tests/Test_Output.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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) -- cgit v1.2.1