X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fp9y%2Fpoll.hpp;h=9d410dd339909ff7ed96b60afc3c46a54afca540;hb=ec8a4fe82c80c311604bf27392fc314a6cf8dd5a;hp=57fee463b274d3c60ad012528201b72cfe1401f2;hpb=3ffc968aaf182bf1ff1e18157c7bde2bdb41668d;p=awesomized%2Flibmemcached diff --git a/src/p9y/poll.hpp b/src/p9y/poll.hpp index 57fee463..9d410dd3 100644 --- a/src/p9y/poll.hpp +++ b/src/p9y/poll.hpp @@ -1,11 +1,11 @@ #pragma once -#include "libmemcached-1/platform.h" +#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;