diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-07 08:37:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-04-07 08:37:14 +0000 |
commit | 1e55c62b3fc59e5e314bad1bc905d3737cad570e (patch) | |
tree | 6c53c440c3dc825d668f145ea6f338591cdbdd07 /examples/IPC_SAP | |
parent | 8b1b93632f26da2e2bae9d6953b3ed219f6b128e (diff) | |
download | ATCD-1e55c62b3fc59e5e314bad1bc905d3737cad570e.tar.gz |
ChangeLogTag: Sun Apr 07 10:24:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r-- | examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp | 1 | ||||
-rw-r--r-- | examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp b/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp index e48b5a7afaf..8144ed4224b 100644 --- a/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp +++ b/examples/IPC_SAP/SOCK_SAP/FD-unclient.cpp @@ -2,6 +2,7 @@ #include "ace/LSOCK_Connector.h" #include "ace/UNIX_Addr.h" +#include "ace/Log_Msg.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 f12a376e163..9b7e51b572d 100644 --- a/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp +++ b/examples/IPC_SAP/SOCK_SAP/FD-unserver.cpp @@ -3,6 +3,7 @@ #include "ace/LSOCK_Acceptor.h" #include "ace/LSOCK_Stream.h" #include "ace/UNIX_Addr.h" +#include "ace/Log_Msg.h" ACE_RCSID(SOCK_SAP, FD_unserver, "$Id$") |