summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-05 18:29:35 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-05 18:29:35 +0000
commit6434edb1ff538565e6c06317a4e507f48573a342 (patch)
tree5d8399f122dc45b2daa22cbbc9e040c8e8b1cb96
parent83fdef4bc410875d34d20dcdd5841a738baaafbf (diff)
downloadATCD-6434edb1ff538565e6c06317a4e507f48573a342.tar.gz
ChangeLogTag:Mon Jan 5 12:43:01 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--ChangeLog9
-rw-r--r--ace/Name_Proxy.cpp1
-rw-r--r--ace/Time_Request_Reply.cpp1
3 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 346bc373596..0d5857f5ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Jan 5 12:43:01 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * ace/Name_Proxy.cpp:
+ * ace/Time_Request_Reply.cpp:
+
+ #included "ace/os_include/arpa/os_inet.h" to fix [BUG
+ 1701]. Thanks to Garey Maxey <gary.maxey@hp.com> for reporting
+ the problem.
+
Mon Jan 5 12:30:56 2004 Don Hinton <dhinton@ieee.org>
* include/makeinclude/rules.lib.GNU:
diff --git a/ace/Name_Proxy.cpp b/ace/Name_Proxy.cpp
index 2d304d19f78..64937e3dfd3 100644
--- a/ace/Name_Proxy.cpp
+++ b/ace/Name_Proxy.cpp
@@ -3,6 +3,7 @@
#include "ace/Name_Proxy.h"
#include "ace/Log_Msg.h"
+#include "ace/os_include/arpa/os_inet.h"
ACE_RCSID(ace, Name_Proxy, "$Id$")
diff --git a/ace/Time_Request_Reply.cpp b/ace/Time_Request_Reply.cpp
index 065f7e9b8d3..bf1586d7260 100644
--- a/ace/Time_Request_Reply.cpp
+++ b/ace/Time_Request_Reply.cpp
@@ -3,6 +3,7 @@
#include "ace/Time_Request_Reply.h"
#include "ace/Log_Msg.h"
#include "ace/os_include/netinet/os_in.h"
+#include "ace/os_include/arpa/os_inet.h"
ACE_RCSID(ace, Time_Request_Reply, "$Id$")