diff options
Diffstat (limited to 'ace/SOCK_IO.cpp')
-rw-r--r-- | ace/SOCK_IO.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/SOCK_IO.cpp b/ace/SOCK_IO.cpp index 5a2e9090046..7d1418e3455 100644 --- a/ace/SOCK_IO.cpp +++ b/ace/SOCK_IO.cpp @@ -4,6 +4,10 @@ #define ACE_BUILD_DLL #include "ace/SOCK_IO.h" +#if defined (ACE_LACKS_INLINE_FUNCTIONS) +#include "ace/SOCK_IO.i" +#endif + ACE_ALLOC_HOOK_DEFINE(ACE_SOCK_IO) void |