$NetBSD: patch-aa,v 1.3 2004/12/14 01:02:19 dbj Exp $ --- bswap.h.orig Sun Nov 14 15:51:33 2004 +++ bswap.h @@ -5,6 +5,12 @@ #include +#ifdef HAVE_MACHINE_BSWAP_H +#include +#include +#include +#else + #ifdef HAVE_BYTESWAP_H #include #else @@ -57,6 +63,8 @@ static inline uint64_t bswap64(uint64_t { return bswap_64(x); } + +#endif /* ! HAVE_MACHINE_BSWAP_H */ static inline void bswap16s(uint16_t *s) {