From bb4de6fbbdb88da37dd834f04b348f703912105e Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 17 Jun 2004 15:58:23 +0000 Subject: ChangeLogTag:Thu Jun 17 11:52:39 2004 Steve Huston --- examples/C++NPv2/AC_Client_Logging_Daemon.cpp | 2 ++ examples/C++NPv2/AIO_Client_Logging_Daemon.cpp | 1 + 2 files changed, 3 insertions(+) (limited to 'examples/C++NPv2') 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" -- cgit v1.2.1