summaryrefslogtreecommitdiff
path: root/examples/Log_Msg/test_log_msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Log_Msg/test_log_msg.cpp')
-rw-r--r--examples/Log_Msg/test_log_msg.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/Log_Msg/test_log_msg.cpp b/examples/Log_Msg/test_log_msg.cpp
index 035520105d5..018ab3b8978 100644
--- a/examples/Log_Msg/test_log_msg.cpp
+++ b/examples/Log_Msg/test_log_msg.cpp
@@ -17,9 +17,11 @@
//
// ============================================================================
-#include "ace/OS.h"
+#include "ace/OS_main.h"
#include "ace/streams.h"
#include "ace/Log_Msg.h"
+#include "ace/OS_NS_unistd.h"
+#include "ace/OS_NS_stdlib.h"
ACE_RCSID(Log_Msg, test_log_msg, "$Id$")