diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-15 05:41:16 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-15 05:41:16 +0000 |
commit | d397a6c2978063fa0340894482003ac551e3f1fe (patch) | |
tree | fdce4ef2b46b48e6e9ce9e2f062224fe3908f906 /examples/IPC_SAP | |
parent | 494cd1cb07f6d756ec2e4a395df30ebb2e9bf922 (diff) | |
download | ATCD-d397a6c2978063fa0340894482003ac551e3f1fe.tar.gz |
ChangeLogTag: Mon Apr 15 07:38:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r-- | examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp | 1 | ||||
-rw-r--r-- | examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp | 1 | ||||
-rw-r--r-- | examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp b/examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp index 850570bd02f..6fd627a50bb 100644 --- a/examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp +++ b/examples/IPC_SAP/SOCK_SAP/CPP-unclient.cpp @@ -5,6 +5,7 @@ #include "ace/LSOCK_Connector.h" #include "ace/UNIX_Addr.h" #include "ace/Log_Msg.h" +#include "ace/OS.h" ACE_RCSID(SOCK_SAP, CPP_unclient, "$Id$") diff --git a/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp b/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp index 8144ed4224b..97e7adb61e3 100644 --- a/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp +++ b/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp @@ -3,6 +3,7 @@ #include "ace/LSOCK_Connector.h" #include "ace/UNIX_Addr.h" #include "ace/Log_Msg.h" +#include "ace/OS.h" ACE_RCSID(SOCK_SAP, FD_unclient, "$Id$") diff --git a/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp b/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp index 9b7e51b572d..66121d8c505 100644 --- a/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp +++ b/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp @@ -4,6 +4,7 @@ #include "ace/LSOCK_Stream.h" #include "ace/UNIX_Addr.h" #include "ace/Log_Msg.h" +#include "ace/OS.h" ACE_RCSID(SOCK_SAP, FD_unserver, "$Id$") |