X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libmemcached%2Fbyteorder.cc;h=44500add8832a8fd33ec318a874575e21a3ae623;hb=2eae87612891b9cd1920c4afa8515b208e12958d;hp=9f11aa84b3e27bcc2c5003c1d62856fb42ee8c10;hpb=a2001821c1712917ee84c68ac28f050a3095dddc;p=awesomized%2Flibmemcached diff --git a/libmemcached/byteorder.cc b/libmemcached/byteorder.cc index 9f11aa84..44500add 100644 --- a/libmemcached/byteorder.cc +++ b/libmemcached/byteorder.cc @@ -59,6 +59,9 @@ static inline uint64_t swap64(uint64_t in) } #endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif uint64_t memcached_ntohll(uint64_t value) {