X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fp9y%2Fpoll.hpp;h=bff0f1b72c3817a9b8243418e7b3133634be779d;hb=6f7918c7532df7820f3987ef2f4afaccfde07bbd;hp=6a24261889b14a15e57c1be9a209ab0df65d3323;hpb=2f289c64f625962d945ec3bee80f36bc5c61ee35;p=m6w6%2Flibmemcached diff --git a/src/p9y/poll.hpp b/src/p9y/poll.hpp index 6a242618..bff0f1b7 100644 --- a/src/p9y/poll.hpp +++ b/src/p9y/poll.hpp @@ -1,11 +1,11 @@ #pragma once -#include "libmemcached-1.0/platform.h" +#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;