diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 18:05:37 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 18:05:37 +0000 |
commit | 67468362c944051e8ab8343a6084f1c1db0be391 (patch) | |
tree | 55c0f2ec11e3cd10ace96f7267563891bb597013 | |
parent | 9224b37cb8a22e83e9e4245c50b72e24c2df939f (diff) | |
download | ATCD-67468362c944051e8ab8343a6084f1c1db0be391.tar.gz |
ChangeLogTag: Mon Jun 14 18:05:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
3 files changed, 6 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 7dda6cfc65a..0599c02de79 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 @@ -9,6 +9,8 @@ #include "ace/Get_Opt.h" #include "ace/OS_NS_string.h" #include "ace/OS_NS_stdio.h" +#include "ace/OS_NS_unistd.h" +#include "ace/OS_NS_fcntl.h" ACE_RCSID(client, local_dgram_client_test, "$Id$") 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 5671bd73224..16d5c713b1a 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 @@ -8,6 +8,8 @@ #include "ace/LSOCK_Connector.h" #include "ace/UNIX_Addr.h" #include "ace/Get_Opt.h" +#include "ace/OS_NS_fcntl.h" +#include "ace/OS_NS_unistd.h" ACE_RCSID(client, local_pipe_client_test, "$Id$") 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 a26d988bd05..7643a8ee32d 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 @@ -6,6 +6,8 @@ #include "ace/LSOCK_Connector.h" #include "ace/UNIX_Addr.h" #include "ace/Get_Opt.h" +#include "ace/OS_NS_unistd.h" +#include "ace/OS_NS_fcntl.h" ACE_RCSID(client, local_stream_client_test, "$Id$") |