summaryrefslogtreecommitdiff
path: root/ace/UNIX_Addr.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-05 12:00:45 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-05 12:00:45 +0000
commite94ab32c492b3c055fe8fd5ab062374c2858c9f2 (patch)
tree90740bda77c9cc8776bc97699725d2aec973a4d3 /ace/UNIX_Addr.h
parent2ea091e5bdbe58dd1b8f2cb6effc61006c270858 (diff)
downloadATCD-e94ab32c492b3c055fe8fd5ab062374c2858c9f2.tar.gz
ChangeLogTag:Fri Apr 5 11:40:00 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace/UNIX_Addr.h')
-rw-r--r--ace/UNIX_Addr.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/UNIX_Addr.h b/ace/UNIX_Addr.h
index fc9be3bdff6..505df2250c7 100644
--- a/ace/UNIX_Addr.h
+++ b/ace/UNIX_Addr.h
@@ -15,9 +15,7 @@
#define ACE_UNIX_ADDR_H
#include "ace/pre.h"
-#include "ace/Addr.h"
-#include "ace/Log_Msg.h"
-#include "ace/ACE.h"
+#include "ace/config-all.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -25,6 +23,10 @@
#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
+#include "ace/Addr.h"
+#include "ace/Log_Msg.h"
+#include "ace/ACE.h"
+
/**
* @class ACE_UNIX_Addr
*