blob: fe9562fc7b63f0d8389be2da64de09dec7481e4e [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/src/common/le_architecture.h
2+++ b/src/common/le_architecture.h
3@@ -26,6 +26,8 @@
4
5 #if WINDOWS
6 #include <sys/param.h> /* #define BYTE_ORDER */
7+#else
8+#include <byteswap.h>
9 #endif
10
11 /* This is copied directly from GNUnet headers */