X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fp9y%2Fpoll.hpp;h=9d410dd339909ff7ed96b60afc3c46a54afca540;hb=fcb03482e2d61dfe66ebac4d198bba1b41dd954b;hp=6a24261889b14a15e57c1be9a209ab0df65d3323;hpb=2f289c64f625962d945ec3bee80f36bc5c61ee35;p=awesomized%2Flibmemcached diff --git a/src/p9y/poll.hpp b/src/p9y/poll.hpp index 6a242618..9d410dd3 100644 --- a/src/p9y/poll.hpp +++ b/src/p9y/poll.hpp @@ -2,10 +2,10 @@ #include "libmemcached-1.0/platform.h" -#if defined HAVE_SYS_POLL_H -# include -#elif defined HAVE_POLL_H +#if defined HAVE_POLL_H # include +#elif defined HAVE_SYS_POLL_H +# include #elif defined _WIN32 # define poll WSAPoll typedef int nfds_t;