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.cpp3
1 files changed, 2 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..d4e8cd6b671 100644
--- a/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
+++ b/ACE/protocols/tests/HTBP/Reactor_Tests/client.cpp
@@ -2,9 +2,10 @@
* 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_NS_sys_socket.h"
+#include "ace/Synch.h"
#include "ace/HTBP/HTBP_Session.h"
#include "ace/HTBP/HTBP_Stream.h"