p9y
[awesomized/libmemcached] / src / libmemcachedprotocol / handler.c
index b412b9e9f9009aad375aa6aee628da63d642e099..535795cab49bb40bb16b20ec16211c7edad934aa 100644 (file)
 #include <errno.h>
 #include <stdbool.h>
 #include <string.h>
-#include <strings.h>
+#if HAVE_STRINGS_H
+#  include <strings.h>
+#endif
 #include <ctype.h>
 #include <stdio.h>
 
-#include <sys/types.h>
-#include <sys/socket.h>
+#include "p9y/socket.hpp"
 
 /*
 ** **********************************************************************