p9y
[m6w6/libmemcached] / src / libmemcached / io.cc
index 27b5ecbd0f244064a743150e71bf4b925223cd72..94aca6177acc929f50811fa1276810de621c02fc 100644 (file)
@@ -15,9 +15,8 @@
 
 #include "libmemcached/common.h"
 
-#ifdef HAVE_SYS_SOCKET_H
-#  include <sys/socket.h>
-#endif
+#include "p9y/socket.hpp"
+#include "p9y/poll.hpp"
 
 void initialize_binary_request(memcached_instance_st *server,
                                protocol_binary_request_header &header) {