summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 06:57:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-14 06:57:34 +0000
commitd5abf1d67bd62aa2ea7b47a32e2092e44d662117 (patch)
treef9125998866a588e6bb43bc513777671948e292f /TAO/examples/PluggableUDP
parentcf7333b2d863bee04bd8f2095751f6b5a8d3480b (diff)
downloadATCD-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.cpp1
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/UDP_PerformanceClient.cpp1
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"