summaryrefslogtreecommitdiff
path: root/ace/Sockets/LSOCK.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Sockets/LSOCK.h')
-rw-r--r--ace/Sockets/LSOCK.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Sockets/LSOCK.h b/ace/Sockets/LSOCK.h
index b307e99e2e0..135f6455e55 100644
--- a/ace/Sockets/LSOCK.h
+++ b/ace/Sockets/LSOCK.h
@@ -15,7 +15,7 @@
#define ACE_LOCAL_SOCK_H
#include "ace/pre.h"
-#include "ace/SOCK.h"
+#include "ace/Sockets/SOCK.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -69,7 +69,7 @@ private:
};
#if !defined (ACE_LACKS_INLINE_FUNCTIONS)
-#include "ace/LSOCK.i"
+#include "ace/Sockets/LSOCK.i"
#endif
#endif /* ACE_LACKS_UNIX_DOMAIN_SOCKETS */