ci: gh-actions: consolidate gitter notify
[awesomized/libmemcached] / src / p9y / poll.hpp
index 6a24261889b14a15e57c1be9a209ab0df65d3323..bff0f1b72c3817a9b8243418e7b3133634be779d 100644 (file)
@@ -1,11 +1,11 @@
 #pragma once
 
-#include "libmemcached-1.0/platform.h"
+#include "libmemcached-1/platform.h"
 
-#if defined HAVE_SYS_POLL_H
-#  include <sys/poll.h>
-#elif defined HAVE_POLL_H
+#if defined HAVE_POLL_H
 #  include <poll.h>
+#elif defined HAVE_SYS_POLL_H
+#  include <sys/poll.h>
 #elif defined _WIN32
 #  define poll WSAPoll
 typedef int nfds_t;