From 5a79a92042a80b09471b9acfa0919799b2d5f52d Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 10 Apr 2003 05:48:18 +0000 Subject: ChangeLogTag: Thu Apr 10 07:46:12 2002 Johnny Willemsen --- ChangeLog | 5 +++++ examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 74dff8babb1..05614cafcda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 10 07:47:12 2003 Johnny Willemsen + + * examples/System_V_IPC/SV_Shared_Memory/SV_Shared_Memory_Test.cpp: + Fixed compile error with GNU. + Wed Apr 9 14:10:42 2003 Chad Elliott * bin/MakeProjectCreator/modules/MakeWorkspaceCreator.pm: 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 */ -- cgit v1.2.1