summaryrefslogtreecommitdiff
path: root/ace/Connection/LOCK_SOCK_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Connection/LOCK_SOCK_Acceptor.h')
-rw-r--r--ace/Connection/LOCK_SOCK_Acceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Connection/LOCK_SOCK_Acceptor.h b/ace/Connection/LOCK_SOCK_Acceptor.h
index 720664e65ff..908bfc58285 100644
--- a/ace/Connection/LOCK_SOCK_Acceptor.h
+++ b/ace/Connection/LOCK_SOCK_Acceptor.h
@@ -14,7 +14,7 @@
#define ACE_LOCK_SOCK_ACCEPTOR_H
#include "ace/pre.h"
-#include "ace/SOCK_Acceptor.h"
+#include "ace/Sockets/SOCK_Acceptor.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -51,7 +51,7 @@ protected:
};
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
-#include "ace/LOCK_SOCK_Acceptor.cpp"
+#include "ace/Connection/LOCK_SOCK_Acceptor.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)