summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/SSL_SAP
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/SSL_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"