Fix possible compile error on PPC Linux.

This commit is contained in:
Sean Burke
2004-06-14 11:02:09 +00:00
parent 206054a134
commit ae40217dff
@@ -7,6 +7,10 @@
#if defined(LINUX)
#if !defined(__KERNEL__)
#define __KERNEL__
#endif
#include <asm/byteorder.h>
inline uint32_t ArchSwap32( uint32_t n )