WIP
[m6w6/libmemcached] / src / libmemcached / byteorder.cc
index 1bfe12b9a5bc0a20c8055ed243c36db059b7c438..aa2a33dfe9b9373f09b7f5049049115f5d90f207 100644 (file)
@@ -37,9 +37,7 @@ static inline uint64_t swap64(uint64_t in) {
 #  endif
 #endif
 
-#ifdef HAVE_SYS_TYPES_H
-#  include <sys/types.h>
-#endif
+#include <sys/types.h>
 
 uint64_t memcached_ntohll(uint64_t value) {
 #ifdef HAVE_HTONLL