fix #101 / wrong include in IXSocket.cpp on Windows

This commit is contained in:
Benjamin Sergeant 2019-08-19 22:19:39 -07:00
parent c8d41f987f
commit 142987259c
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#include <sys/stat.h>
#include <sys/time.h>
#include <unistd.h>
#include <poll.h>
#endif
namespace ix

View File

@ -17,7 +17,6 @@
#include <stdint.h>
#include <fcntl.h>
#include <sys/types.h>
#include <poll.h>
#include <algorithm>