X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fpoller.h;h=dcd36587054b2d10599918adc84a0c6ef10f880c;hp=b299b75334efb64d2661f9fbb286e65ee29a6bf7;hb=727f8ce40806cc2f7c295260f3c9aa156c815c70;hpb=1013e3c216cdf8e0ecc0f3b1e8314989b5333818 diff --git a/source/poller.h b/source/poller.h index b299b75..dcd3658 100644 --- a/source/poller.h +++ b/source/poller.h @@ -6,7 +6,11 @@ Distributed under the LGPL #ifndef MSP_FRAMEWORK_POLLER_H_ #define MSP_FRAMEWORK_POLLER_H_ +#ifdef WIN32 +#include "win32poll.h" +#else #include +#endif #include #include #include "mutex.h"