<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -15,6 +15,7 @@
 #include &lt;byteswap.h&gt;
 #include &lt;string.h&gt;
 #include &lt;sys/types.h&gt;
+#include &lt;endian.h&gt;
 
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 #define BIT(n)  (1 &lt;&lt; (n))
</pre></body></html>