move repository from m6w6 to awesomized
[m6w6/libmemcached] / src / libmemcached / byteorder.h
index ecc894670848623837dad7c91d4ac149beb0aa3f..af92ffba8d74b679343ce1355db7c24feec2f5b2 100644 (file)
@@ -9,17 +9,19 @@
     | the terms online at: https://opensource.org/licenses/BSD-3-Clause  |
     +--------------------------------------------------------------------+
     | Copyright (c) 2006-2014 Brian Aker   https://datadifferential.com/ |
-    | Copyright (c) 2020 Michael Wallner   <mike@php.net>                |
+    | Copyright (c) 2020-2021 Michael Wallner        https://awesome.co/ |
     +--------------------------------------------------------------------+
 */
 
 #pragma once
 
 #ifdef __cplusplus
+#  include <cstdint>
 extern "C" {
+#else
+#  include <stdint.h>
 #endif
 
-#include <stdint.h>
 
 uint64_t memcached_ntohll(uint64_t);