X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpoller.h;fp=source%2Fpoller.h;h=dcd36587054b2d10599918adc84a0c6ef10f880c;hb=a883560b42163f5ed0c83204469d17dd4f0134b6;hp=b299b75334efb64d2661f9fbb286e65ee29a6bf7;hpb=baf2ee40d68be74e6848a5f282ed369d5a616007;p=libs%2Fcore.git 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"