summaryrefslogtreecommitdiff
path: root/ace/LSOCK_Dgram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK_Dgram.cpp')
-rw-r--r--ace/LSOCK_Dgram.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/LSOCK_Dgram.cpp b/ace/LSOCK_Dgram.cpp
index fd1a67c1363..9a44cfa08a0 100644
--- a/ace/LSOCK_Dgram.cpp
+++ b/ace/LSOCK_Dgram.cpp
@@ -1,13 +1,12 @@
// $Id$
#include "ace/LSOCK_Dgram.h"
-#include "ace/Log_Msg.h"
+#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
+#include "ace/Log_Msg.h"
ACE_RCSID(ace, LSOCK_Dgram, "$Id$")
-#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
-
#if defined (ACE_LACKS_INLINE_FUNCTIONS)
#include "ace/LSOCK_Dgram.i"
#endif