summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--tests/test_config.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32de0f68087..914f5037061 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Nov 17 18:37:12 UTC 2004 Martin Corino <mcorino@remedy.nl>
+
+ * tests/test_config.h:
+ Added include of OS_NS_fcntl.h needed for VxWorks build.
+
Wed Nov 17 08:53:11 2004 J.T. Conklin <jtc@acorntoolworks.com>
* ace/Makefile.am:
diff --git a/tests/test_config.h b/tests/test_config.h
index 74e6934f5da..50c0a23f9d0 100644
--- a/tests/test_config.h
+++ b/tests/test_config.h
@@ -98,6 +98,9 @@ const size_t ACE_MAX_THREADS = 4;
#if defined (VXWORKS)
// This is the only way I could figure out to avoid an error
// about attempting to unlink a non-existant file.
+
+#include "ace/OS_NS_fcntl.h"
+
#define ACE_INIT_LOG(NAME) \
ACE_TCHAR temp[MAXPATHLEN]; \
ACE_OS::sprintf (temp, ACE_TEXT ("%s%s%s"), \