summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2004-11-17 18:41:51 +0000
committermcorino <mcorino@users.noreply.github.com>2004-11-17 18:41:51 +0000
commit6bbe6df25aae31387c817800f16688377d3be507 (patch)
treefe5c7088dccb4bcfe68878e1c346dd9dfa8038d7
parent1b5fe9f6bc3cb04eec93f87d27ee779aeac450c9 (diff)
downloadATCD-6bbe6df25aae31387c817800f16688377d3be507.tar.gz
ChangeLogTag: Wed Nov 17 18:37:12 UTC 2004 Martin Corino <mcorino@remedy.nl>
-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"), \