summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-06-16 21:19:11 +0000
committerSteve Huston <shuston@riverace.com>2004-06-16 21:19:11 +0000
commitb3f00b43ff4d4aa9322acafd8d4f9b47b997747a (patch)
tree59c4251014e13d0975ee2457c05650e9405d5bfb /examples/IPC_SAP
parent5037e94d73a4ef22150679183eb7d0bbcae24533 (diff)
downloadATCD-b3f00b43ff4d4aa9322acafd8d4f9b47b997747a.tar.gz
ChangeLogTag:Wed Jun 16 16:51:52 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r--examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp1
-rw-r--r--examples/IPC_SAP/SSL_SAP/SSL-client.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp b/examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp
index dc3ceb89b0d..fb83f31308c 100644
--- a/examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp
+++ b/examples/IPC_SAP/SSL_SAP/SSL-client-simple.cpp
@@ -7,6 +7,7 @@
// for the same types of data.
#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_unistd.h"
#include "ace/INET_Addr.h"
#include "ace/Log_Msg.h"
#include "ace/Singleton.h"
diff --git a/examples/IPC_SAP/SSL_SAP/SSL-client.cpp b/examples/IPC_SAP/SSL_SAP/SSL-client.cpp
index 57fe940a9d4..5301c03ccff 100644
--- a/examples/IPC_SAP/SSL_SAP/SSL-client.cpp
+++ b/examples/IPC_SAP/SSL_SAP/SSL-client.cpp
@@ -7,6 +7,7 @@
// for the same types of data.
#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_unistd.h"
#include "ace/INET_Addr.h"
#include "ace/Thread_Manager.h"
#include "ace/Singleton.h"