You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
260 B

--- 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 */