fix #101 / wrong include in IXSocket.cpp on Windows
This commit is contained in:
parent
c8d41f987f
commit
142987259c
@ -22,6 +22,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <unistd.h>
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
||||
namespace ix
|
||||
|
@ -17,7 +17,6 @@
|
||||
#include <stdint.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
#include <poll.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user