summaryrefslogtreecommitdiff
path: root/ACE/ace/Pipe.cpp
diff options
context:
space:
mode:
authorJeff Schmitz <schmitzj@ociweb.com>2015-12-01 11:41:53 -0600
committerAdam Mitz <mitza@ociweb.com>2015-12-01 11:41:53 -0600
commite02016e7e64e1b26956e620bc4f4bbb285fa6a60 (patch)
tree2f0f8858531fb2a466d9c1e885343cc5338201d5 /ACE/ace/Pipe.cpp
parent4862e2075f896ac11b7a5547a2cc0550ccb8365f (diff)
downloadATCD-e02016e7e64e1b26956e620bc4f4bbb285fa6a60.tar.gz
Include Malloc_Base, appears to be needed when ACE_HAS_ALLOC_HOOKS in a static libs only build.
Diffstat (limited to 'ACE/ace/Pipe.cpp')
-rw-r--r--ACE/ace/Pipe.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/Pipe.cpp b/ACE/ace/Pipe.cpp
index 01a993bccac..dc513785f30 100644
--- a/ACE/ace/Pipe.cpp
+++ b/ACE/ace/Pipe.cpp
@@ -6,6 +6,7 @@
#include "ace/OS_NS_sys_socket.h"
#include "ace/OS_Memory.h"
#include "ace/Truncate.h"
+#include "ace/Malloc_Base.h"
#if defined (ACE_HAS_STREAM_PIPES) || defined (__QNX__)
# include "ace/OS_NS_unistd.h"