<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">libmemcached/byteorder.cc:66:10: error: use of undeclared identifier 'ntohll'
libmemcached/byteorder.cc:75:10: error: use of undeclared identifier 'htonll'
--- libmemcached/byteorder.cc.orig	2014-02-09 05:52:42.000000000 -0600
+++ libmemcached/byteorder.cc	2017-12-08 11:49:13.000000000 -0600
@@ -35,6 +35,9 @@
  *
  */
 
+#include &lt;sys/types.h&gt;
+#include &lt;netinet/in.h&gt;
+#include &lt;inttypes.h&gt;
 #include "mem_config.h"
 #include "libmemcached/byteorder.h"
 
</pre></body></html>