diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-29 00:31:54 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-05-29 00:31:54 +0000 |
commit | 9085a731b4c1116fc6c39155817bc4b1f6e25a6d (patch) | |
tree | 32d36bae5d4481c6a67003aee48994e8a51e1ea8 /examples/System_V_IPC | |
parent | a827d78ef94abc8085d4ecf3bba11169d157274d (diff) | |
download | ATCD-9085a731b4c1116fc6c39155817bc4b1f6e25a6d.tar.gz |
ChangeLogTag:Sun May 28 17:26:28 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'examples/System_V_IPC')
-rw-r--r-- | examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp b/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp index 10efd28b8af..b7bf8a08586 100644 --- a/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp +++ b/examples/System_V_IPC/SV_Message_Queues/TMQ_Server.cpp @@ -5,6 +5,7 @@ #include "test.h" #include "ace/streams.h" +#include "ace/Log_Msg.h" ACE_RCSID(SV_Message_Queues, TMQ_Server, "$Id$") |