summaryrefslogtreecommitdiff
path: root/ACE/ace/UNIX_Addr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/UNIX_Addr.cpp')
-rw-r--r--ACE/ace/UNIX_Addr.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/ace/UNIX_Addr.cpp b/ACE/ace/UNIX_Addr.cpp
index 970e4f2743e..9ce195f5f27 100644
--- a/ACE/ace/UNIX_Addr.cpp
+++ b/ACE/ace/UNIX_Addr.cpp
@@ -4,6 +4,10 @@
#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
+#if defined (ACE_HAS_ALLOC_HOOKS)
+# include "ace/Malloc_Base.h"
+#endif /* ACE_HAS_ALLOC_HOOKS */
+
#if !defined (__ACE_INLINE__)
#include "ace/UNIX_Addr.inl"
#endif /* __ACE_INLINE__ */