diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 06:57:34 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 06:57:34 +0000 |
commit | d5abf1d67bd62aa2ea7b47a32e2092e44d662117 (patch) | |
tree | f9125998866a588e6bb43bc513777671948e292f /TAO/examples/PluggableUDP | |
parent | cf7333b2d863bee04bd8f2095751f6b5a8d3480b (diff) | |
download | ATCD-d5abf1d67bd62aa2ea7b47a32e2092e44d662117.tar.gz |
ChangeLogTag: Mon Jun 14 06:57:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/PluggableUDP')
-rw-r--r-- | TAO/examples/PluggableUDP/tests/Basic/UDP_Client_i.cpp | 1 | ||||
-rw-r--r-- | TAO/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/TAO/examples/PluggableUDP/tests/Basic/UDP_Client_i.cpp b/TAO/examples/PluggableUDP/tests/Basic/UDP_Client_i.cpp index bdfd4c9a2ae..c5f2e57cda8 100644 --- a/TAO/examples/PluggableUDP/tests/Basic/UDP_Client_i.cpp +++ b/TAO/examples/PluggableUDP/tests/Basic/UDP_Client_i.cpp @@ -2,6 +2,7 @@ #include "UDP_Client_i.h" #include "ace/SString.h" +#include "ace/OS_NS_unistd.h" // This is the interface program that accesses the remote object diff --git a/TAO/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.cpp b/TAO/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.cpp index 80027299d55..dc60b8aeebd 100644 --- a/TAO/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.cpp +++ b/TAO/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.cpp @@ -2,6 +2,7 @@ #include "ace/High_Res_Timer.h" #include "ace/SString.h" +#include "ace/OS_NS_unistd.h" #include "UDP_PerformanceClient.h" |