summaryrefslogtreecommitdiff
path: root/examples/C++NPv2
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2004-06-17 15:58:23 +0000
committerSteve Huston <shuston@riverace.com>2004-06-17 15:58:23 +0000
commitbb4de6fbbdb88da37dd834f04b348f703912105e (patch)
treef16d2bc52b4ba70cc94e58c209181887fe1d0a6c /examples/C++NPv2
parente9e7f09b471da1620a9c3fd59d1f32207a07f0c6 (diff)
downloadATCD-bb4de6fbbdb88da37dd834f04b348f703912105e.tar.gz
ChangeLogTag:Thu Jun 17 11:52:39 2004 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'examples/C++NPv2')
-rw-r--r--examples/C++NPv2/AC_Client_Logging_Daemon.cpp2
-rw-r--r--examples/C++NPv2/AIO_Client_Logging_Daemon.cpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/examples/C++NPv2/AC_Client_Logging_Daemon.cpp b/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
index 731e737462f..f59b385a903 100644
--- a/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
+++ b/examples/C++NPv2/AC_Client_Logging_Daemon.cpp
@@ -4,6 +4,8 @@
** Copyright 2002 Addison Wesley. All Rights Reserved.
*/
+#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/OS_NS_sys_time.h"
#include "ace/Acceptor.h"
diff --git a/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp b/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp
index 0b3554daa22..071d602e09d 100644
--- a/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp
+++ b/examples/C++NPv2/AIO_Client_Logging_Daemon.cpp
@@ -9,6 +9,7 @@
#if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS))
#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_sys_socket.h"
#include "ace/Asynch_Acceptor.h"
#include "ace/Asynch_Connector.h"
#include "ace/Asynch_IO.h"