summaryrefslogtreecommitdiff
path: root/ace/SOCK_CODgram.h
diff options
context:
space:
mode:
authorjha <jha@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-27 19:47:07 +0000
committerjha <jha@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-27 19:47:07 +0000
commit2dee8abd859797b4153320caae4bf6154238f7cb (patch)
treeb2ddf3c9ad7d27e8d9485730401bf0c1400b2927 /ace/SOCK_CODgram.h
parent00e5b6eaa0584a275fc3992039371eb7afb5e046 (diff)
downloadATCD-2dee8abd859797b4153320caae4bf6154238f7cb.tar.gz
Incorporated code to allow for IPv6 compiled code to work on IPv4 only
machines. This is used in the case where IPv6 is not yet enabled in the kernel, but the same executable needs to be run on that machine.
Diffstat (limited to 'ace/SOCK_CODgram.h')
-rw-r--r--ace/SOCK_CODgram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/SOCK_CODgram.h b/ace/SOCK_CODgram.h
index 2a9c7ffc48c..e275a420031 100644
--- a/ace/SOCK_CODgram.h
+++ b/ace/SOCK_CODgram.h
@@ -22,6 +22,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Addr.h"
+#include "ace/INET_Addr.h"
/**
* @class ACE_SOCK_CODgram