$NetBSD: patch-ag,v 1.2 2009/04/11 14:04:16 taca Exp $ Add support of machine/byte_swap.h. --- include/squid_endian.h.orig 2008-06-22 12:35:50.000000000 +0900 +++ include/squid_endian.h @@ -68,6 +68,9 @@ #if HAVE_BYTESWAP_H # include #endif /* HAVE_BYTESWAP_H */ +#ifdef HAVE_MACHINE_BYTE_SWAP_H +#include +#endif /* HAVE_MACHINE_BYTE_SWAP_H */ #if HAVE_SYS_BSWAP_H # include #endif /* HAVE_MACHINE_BSWAP_H */