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