win32: sinc.c need the compatibility header so it finds the replacement for poll()
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
#if defined(WIN32)
|
||||
#include <winsock2.h>
|
||||
#include "win32/win32_compat.h"
|
||||
#else
|
||||
#include <poll.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user