summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-29 01:32:57 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-29 01:32:57 +0000
commit7041f11ece9464047ef8c75c06ad529be1cab4f8 (patch)
treef5fcf8bb2daaa4e531b6e6e7876438c8b2cdb9e7
parentf38a2aac8f5648998062cdba050d78935b0f5df0 (diff)
downloadATCD-7041f11ece9464047ef8c75c06ad529be1cab4f8.tar.gz
ChangeLogTag:Sun Jun 29 01:31:52 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog6
-rw-r--r--ace/UNIX_Addr.h1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e6aeade7b0..ab19bd5763e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Jun 29 01:31:52 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * ace/UNIX_Addr.h:
+ Added include of ace/os_include/sys/os_un.h to fix compile
+ problems on VxWorks.
+
Fri Jun 27 12:52:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Process.h:
diff --git a/ace/UNIX_Addr.h b/ace/UNIX_Addr.h
index 807a84d99f4..7c5a1ae5f19 100644
--- a/ace/UNIX_Addr.h
+++ b/ace/UNIX_Addr.h
@@ -26,6 +26,7 @@
#include "ace/Addr.h"
#include "ace/Log_Msg.h"
#include "ace/ACE.h"
+#include "ace/os_include/sys/os_un.h"
/**
* @class ACE_UNIX_Addr