WIP
[m6w6/libmemcached] / src / libmemcached / byteorder.h
index 30c393e9f1955f2f3e0c5583f78dc5d41a5c49d0..ecc894670848623837dad7c91d4ac149beb0aa3f 100644 (file)
@@ -19,6 +19,8 @@
 extern "C" {
 #endif
 
+#include <stdint.h>
+
 uint64_t memcached_ntohll(uint64_t);
 
 uint64_t memcached_htonll(uint64_t);