summaryrefslogtreecommitdiff
path: root/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp')
-rw-r--r--ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp b/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
index 4716ef081c4..1bb12a01271 100644
--- a/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
+++ b/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
@@ -2,9 +2,11 @@
* client for a reactor based connection establishment test using HTBP
*/
-#include "ace/Log_Msg.h"
#include "ace/Get_Opt.h"
+#include "ace/Log_Msg.h"
+#include "ace/OS.h"
#include "ace/OS_NS_sys_socket.h"
+#include "ace/Synch.h"
#include "ace/HTBP/HTBP_Session.h"
#include "ace/HTBP/HTBP_Stream.h"