--- configure.ac.orig Thu Jun 26 11:28:17 2008 +++ configure.ac Thu Jun 26 11:28:46 2008 @@ -128,6 +128,7 @@ AC_CHECK_HEADER([sys/endian.h], [HAVE_SYS_ENDIAN_H="ye if test "x$HAVE_SYS_ENDIAN_H" = "xyes" ; then AC_MSG_CHECKING([for __swap16 variant of byteswapping macros]) AC_LINK_IFELSE([AC_LANG_PROGRAM([ +#include #include ], [ int a = 1, b; @@ -138,6 +139,7 @@ b = __swap16(a); AC_MSG_CHECKING([for bswap16 variant of byteswapping macros]) AC_LINK_IFELSE([AC_LANG_PROGRAM([ +#include #include ], [ int a = 1, b;