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