msvc support
[m6w6/libmemcached] / src / libmemcached / byteorder.h
index ecc894670848623837dad7c91d4ac149beb0aa3f..36d3f1016ddd94b0bece382f1267ed052add5dc4 100644 (file)
 #pragma once
 
 #ifdef __cplusplus
+#  include <cstdint>
 extern "C" {
+#else
+#  include <stdint.h>
 #endif
 
-#include <stdint.h>
 
 uint64_t memcached_ntohll(uint64_t);