diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-10 05:48:18 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-10 05:48:18 +0000 |
commit | 5a79a92042a80b09471b9acfa0919799b2d5f52d (patch) | |
tree | 9baeb9f549ce31630fae57b9d36687bfdd1bfd8c /examples | |
parent | 83bce6fd1d265cbdbbf4283bc733d773aade562d (diff) | |
download | ATCD-5a79a92042a80b09471b9acfa0919799b2d5f52d.tar.gz |
ChangeLogTag: Thu Apr 10 07:46:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp b/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp index 0a7d718009d..39157552b93 100644 --- a/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp +++ b/examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp @@ -1,6 +1,7 @@ // $Id$ #include "ace/SV_Shared_Memory.h" +#include "ace/Log_Msg.h" #include "SV_Shared_Memory_Test.h" ACE_RCSID(SV_Shared_Memory, SV_Shared_Memory_Test, "$Id$") @@ -70,5 +71,5 @@ int main (int, char *[]) "SYSV IPC, or SYSV SHMEM is not supported on this platform\n")); return 0; } -#endif /* ACE_HAS_SYSV_IPC && !ACE_LACKS_SYSV_SHMEM/ +#endif /* ACE_HAS_SYSV_IPC && !ACE_LACKS_SYSV_SHMEM */ |