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

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