blob: fe9562fc7b63f0d8389be2da64de09dec7481e4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/common/le_architecture.h
+++ b/src/common/le_architecture.h
@@ -26,6 +26,8 @@
#if WINDOWS
#include <sys/param.h> /* #define BYTE_ORDER */
+#else
+#include <byteswap.h>
#endif
/* This is copied directly from GNUnet headers */
|