summaryrefslogtreecommitdiff
path: root/ace/OS_Memory.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 19:18:34 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 19:18:34 +0000
commit959bfdb0fdf488c3b7d54f353d8b3154877c4946 (patch)
tree90b5dc0d74f8c12719e4d4bb1be30029d7237c11 /ace/OS_Memory.cpp
parent4e2c02a4ab2d0804c56982d184210c10a2ba7785 (diff)
downloadATCD-959bfdb0fdf488c3b7d54f353d8b3154877c4946.tar.gz
ChangeLogTag:Tue Jun 17 18:34:39 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/OS_Memory.cpp')
-rw-r--r--ace/OS_Memory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/OS_Memory.cpp b/ace/OS_Memory.cpp
index 4dfea835b72..aed484de9d8 100644
--- a/ace/OS_Memory.cpp
+++ b/ace/OS_Memory.cpp
@@ -12,6 +12,8 @@ static int shut_up_aCC = 0;
#endif /* HPUX && !g++ */
#endif /* !ACE_HAS_INLINED_OS_CALLS */
+#include "ace/os_include/os_stdlib.h"
+
void *
ACE_OS_Memory::malloc (size_t nbytes)
{