diff options
Diffstat (limited to 'ace/LSOCK_Dgram.h')
-rw-r--r-- | ace/LSOCK_Dgram.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/LSOCK_Dgram.h b/ace/LSOCK_Dgram.h index 0bc90cf3008..5f63e25c80d 100644 --- a/ace/LSOCK_Dgram.h +++ b/ace/LSOCK_Dgram.h @@ -16,16 +16,17 @@ #define ACE_LOCAL_SOCK_DGRAM_H #include "ace/pre.h" -#include "ace/SOCK_Dgram.h" +#include "ace/config-all.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/LSOCK.h" - #if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) +#include "ace/SOCK_Dgram.h" +#include "ace/LSOCK.h" + /** * @class ACE_LSOCK_Dgram * |