diff options
Diffstat (limited to 'ace/LSOCK_CODgram.cpp')
-rw-r--r-- | ace/LSOCK_CODgram.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/LSOCK_CODgram.cpp b/ace/LSOCK_CODgram.cpp index 5bce9e7887d..759bbb42cff 100644 --- a/ace/LSOCK_CODgram.cpp +++ b/ace/LSOCK_CODgram.cpp @@ -2,12 +2,12 @@ // $Id$ #include "ace/LSOCK_CODgram.h" +#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) + #include "ace/Log_Msg.h" ACE_RCSID(ace, LSOCK_CODgram, "$Id$") -#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS) - #if defined (ACE_LACKS_INLINE_FUNCTIONS) #include "ace/LSOCK_CODgram.i" #endif |