summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-08-08 13:20:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-08-08 13:20:49 +0000
commit086d4d7b62c152ba16ccda8a1a0b098aa8d2275e (patch)
tree383c139cf542bcb57c3ae8c40d924c7ed91dfb8e /examples
parent60236c11f8c18f3fc2f2774f4a991ffee58dbfa7 (diff)
downloadATCD-086d4d7b62c152ba16ccda8a1a0b098aa8d2275e.tar.gz
ChangeLogTag: Fri Aug 13 20:55:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r--examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp1
-rw-r--r--examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp1
-rw-r--r--examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp
index 39a49656914..fb9769dd458 100644
--- a/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp
+++ b/examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.cpp
@@ -2,6 +2,7 @@
// Tests out the UNIX domain IPC-SAP abstraction.
+#include "ace/OS.h"
#include "ace/LSOCK_CODgram.h"
#include "ace/LSOCK_Dgram.h"
#include "ace/UNIX_Addr.h"
diff --git a/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp
index ca77c0b5faa..08d00e325eb 100644
--- a/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp
+++ b/examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.cpp
@@ -4,6 +4,7 @@
// pipes and then ships certain ends over to the server to act as a
// filter!
+#include "ace/OS.h"
#include "ace/LSOCK_Connector.h"
#include "ace/UNIX_Addr.h"
#include "ace/Get_Opt.h"
diff --git a/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp b/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp
index a010a28420d..9bb8dbf128d 100644
--- a/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp
+++ b/examples/Service_Configurator/IPC-tests/client/local_stream_client_test.cpp
@@ -2,6 +2,7 @@
// Tests out the UNIX domain IPC-SAP abstraction.
+#include "ace/OS.h"
#include "ace/LSOCK_Connector.h"
#include "ace/UNIX_Addr.h"
#include "ace/Get_Opt.h"