From 699b1a642c859583c5af549e7897bfa975a6b3f0 Mon Sep 17 00:00:00 2001 From: avolkov Date: Tue, 24 Jan 2006 23:54:37 +0000 Subject: [PATCH] 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 --- sc2/src/endian_uqm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/endian_uqm.h b/sc2/src/endian_uqm.h index ad1303c42..5f3910e3e 100644 --- a/sc2/src/endian_uqm.h +++ b/sc2/src/endian_uqm.h @@ -36,7 +36,7 @@ /* The macros used to swap values */ /* Try to use superfast macros on systems that support them */ #ifdef linux -#include +#include #ifdef __arch__swab16 #define UQM_Swap16 __arch__swab16 #endif