diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-13 01:05:00 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-13 01:05:00 +0000 |
commit | 0d6cdd6e619135e8c5c74756b9cf10fd6e393957 (patch) | |
tree | 2b2cf78902a7c6a418a1408221eeb2c0857f79d1 /ace/OS_Memory.h | |
parent | 275a918fe4a76efc1d816c0ba98653dc335f777b (diff) | |
download | ATCD-0d6cdd6e619135e8c5c74756b9cf10fd6e393957.tar.gz |
ChangeLogTag:Sun Nov 12 17:00:42 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/OS_Memory.h')
-rw-r--r-- | ace/OS_Memory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/OS_Memory.h b/ace/OS_Memory.h index 1c70293ca56..61d3195dd86 100644 --- a/ace/OS_Memory.h +++ b/ace/OS_Memory.h @@ -25,8 +25,8 @@ #include "ace/OS_Export.h" #if defined (ACE_HAS_PACE) -# include "pace/stddef.h" -# include "pace/stdlib.h" +# include /**/ "pace/stddef.h" +# include /**/ "pace/stdlib.h" #else # include /**/ <stddef.h> #endif /* ACE_HAS_PACE */ |