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.

13 lines
363 B

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