asm/byteorder.h is a private file from Linux kernel (and barfs when included directly)

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2232 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-01-24 23:54:37 +00:00
parent 60a2bbf348
commit 699b1a642c
+1 -1
View File
@@ -36,7 +36,7 @@
/* The macros used to swap values */
/* Try to use superfast macros on systems that support them */
#ifdef linux
#include <asm/byteorder.h>
#include <endian.h>
#ifdef __arch__swab16
#define UQM_Swap16 __arch__swab16
#endif