win32: sinc.c need the compatibility header so it finds the replacement for poll()

This commit is contained in:
Ronnie Sahlberg
2012-05-15 21:51:53 +10:00
parent 7215a917f2
commit 201d6c3b54

View File

@@ -17,6 +17,7 @@
#if defined(WIN32)
#include <winsock2.h>
#include "win32/win32_compat.h"
#else
#include <poll.h>
#endif