diff options
Diffstat (limited to 'examples/Reactor/Misc/signal_tester.cpp')
-rw-r--r-- | examples/Reactor/Misc/signal_tester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/Misc/signal_tester.cpp b/examples/Reactor/Misc/signal_tester.cpp index a210b3241f8..37613f14f38 100644 --- a/examples/Reactor/Misc/signal_tester.cpp +++ b/examples/Reactor/Misc/signal_tester.cpp @@ -6,7 +6,7 @@ // addition, this example illustrates how to use the ACE_Reactor for // devices that perform I/O via signals (such as SVR4 message queues). -#include "ace/Log_Msg.h" + #include "ace/Service_Config.h" // Used to shut down the event loop. |