summaryrefslogtreecommitdiff
path: root/ACE/ace/ICMP_Socket.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-09-01 13:10:27 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-09-01 13:10:27 +0000
commit547f56abc6af7541d87bd9caaef086b038d7a9a1 (patch)
tree2a91ca1d2f5faab844bddc49ac1c5c76b08939cb /ACE/ace/ICMP_Socket.cpp
parent7d0620fa1798b11b7150750606040bd494a1a813 (diff)
downloadATCD-547f56abc6af7541d87bd9caaef086b038d7a9a1.tar.gz
Sun Sep 1 13:08:59 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* ASNMP/agent/main.cpp: * ace/Dev_Poll_Reactor.cpp: * ace/ICMP_Socket.cpp: * ace/OS_NS_string.cpp: * ace/WIN32_Asynch_IO.cpp: * examples/Log_Msg/Log_Msg_MFC/Log_Msg_MFC.cpp: * examples/Shared_Malloc/test_persistence.cpp: * netsvcs/lib/TS_Clerk_Handler.cpp: * tests/ACE_Init_Test.cpp: * tests/MM_Shared_Memory_Test.cpp: * tests/Mem_Map_Test.cpp: * tests/Naming_Test.cpp: * tests/Object_Manager_Flipping_Test.cpp: * tests/Object_Manager_Test.cpp: * tests/Process_Strategy_Test.cpp: * tests/Process_Test.cpp: * tests/Time_Service_Test.cpp: * websvcs/lib/URL_Addr.cpp: Add in the required explicit header includes.
Diffstat (limited to 'ACE/ace/ICMP_Socket.cpp')
-rw-r--r--ACE/ace/ICMP_Socket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/ICMP_Socket.cpp b/ACE/ace/ICMP_Socket.cpp
index 1187f4f0a81..7436d570cd5 100644
--- a/ACE/ace/ICMP_Socket.cpp
+++ b/ACE/ace/ICMP_Socket.cpp
@@ -5,6 +5,7 @@
#if defined (ACE_HAS_ICMP_SUPPORT) && (ACE_HAS_ICMP_SUPPORT == 1)
#include "ace/ACE.h"
+#include "ace/Sock_Connect.h"
#include "ace/Log_Category.h"
#include "ace/OS_NS_netdb.h"
#include "ace/OS_NS_sys_socket.h"