diff options
Diffstat (limited to 'tests/SPIPE_Test.cpp')
-rw-r--r-- | tests/SPIPE_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SPIPE_Test.cpp b/tests/SPIPE_Test.cpp index e829a7e4dcc..39d96559394 100644 --- a/tests/SPIPE_Test.cpp +++ b/tests/SPIPE_Test.cpp @@ -21,13 +21,13 @@ // // ============================================================================ +#include "test_config.h" #include "ace/OS.h" #include "ace/Thread.h" #include "ace/Thread_Manager.h" #include "ace/SPIPE_Addr.h" #include "ace/SPIPE_Connector.h" #include "ace/SPIPE_Acceptor.h" -#include "test_config.h" // pipe name to use static const char *PIPE_NAME = "ace_pipe_name"; |