diff options
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index 921cd42217c..99dc2912203 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -249,7 +249,7 @@ #if !defined (_WINSOCK2API_) #include /**/ <winsock2.h> /* will also include windows.h, if not present */ - + #include <mswsock.h> #if defined (_MSC_VER) #pragma comment(lib, "ws2_32.lib") #endif /* _MSC_VER */ |