Skip to content

Commit 5533394

Browse files
committed
* Net: fix build for windows without defined POCO_HAVE_FD_EPOLL
1 parent 17a6b0e commit 5533394

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Net/src/SocketImpl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
#ifndef _WIN32
3535
#include <poll.h>
3636
#endif
37+
#elif defined(POCO_OS_FAMILY_WINDOWS)
38+
#include <mswsock.h>
3739
#endif
3840

3941

0 commit comments

Comments
 (0)