diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 18:13:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-14 18:13:24 +0000 |
commit | ef48742874568140580bf2e90d57fd5fc0671ac3 (patch) | |
tree | 3070efccedea27412916319291af17a331139aa5 /examples/Shared_Malloc | |
parent | 1451293fee08614700d42a32f9f085c15f865494 (diff) | |
download | ATCD-ef48742874568140580bf2e90d57fd5fc0671ac3.tar.gz |
ChangeLogTag: Mon Jun 14 18:13:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/Shared_Malloc')
-rw-r--r-- | examples/Shared_Malloc/test_malloc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Shared_Malloc/test_malloc.cpp b/examples/Shared_Malloc/test_malloc.cpp index a079d052d26..cfc52c4accf 100644 --- a/examples/Shared_Malloc/test_malloc.cpp +++ b/examples/Shared_Malloc/test_malloc.cpp @@ -8,6 +8,7 @@ #include "ace/OS_NS_stdio.h" #include "ace/OS_NS_string.h" #include "ace/OS_NS_sys_wait.h" +#include "ace/OS_NS_unistd.h" #include "Malloc.h" #include "Options.h" |