try extern C-ing asm/byteorder.h

This commit is contained in:
Glenn Maynard
2004-06-14 22:00:22 +00:00
parent a6047d407f
commit d9f5ba7821
@@ -7,7 +7,10 @@
#if defined(LINUX)
extern "C"
{
#include <asm/byteorder.h>
};
inline uint32_t ArchSwap32( uint32_t n )
{