X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fp9y%2Fpoll.hpp;h=bff0f1b72c3817a9b8243418e7b3133634be779d;hb=6f7918c7532df7820f3987ef2f4afaccfde07bbd;hp=57fee463b274d3c60ad012528201b72cfe1401f2;hpb=3ffc968aaf182bf1ff1e18157c7bde2bdb41668d;p=m6w6%2Flibmemcached diff --git a/src/p9y/poll.hpp b/src/p9y/poll.hpp index 57fee463..bff0f1b7 100644 --- a/src/p9y/poll.hpp +++ b/src/p9y/poll.hpp @@ -2,10 +2,10 @@ #include "libmemcached-1/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;