<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/src/common/le_architecture.h
+++ b/src/common/le_architecture.h
@@ -26,6 +26,8 @@
 
 #if WINDOWS
 #include &lt;sys/param.h&gt;          /* #define BYTE_ORDER */
+#else
+#include &lt;byteswap.h&gt;
 #endif
 
 /* This is copied directly from GNUnet headers */
</pre></body></html>