b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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 */ |