From: Igor Gnatenko Date: Sat, 30 Nov 2013 08:28:59 +0000 (+0400) Subject: fix build on big endian arches X-Git-Tag: xonotic-v0.8.0~42^2~2^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a20127b06327791e29e8f1682e0d4d52239f3d21;p=xonotic%2Fgmqcc.git fix build on big endian arches Signed-off-by: Dan HorĂ¡k Signed-off-by: Igor Gnatenko --- diff --git a/util.c b/util.c index 3d4b480..466729e 100644 --- a/util.c +++ b/util.c @@ -22,6 +22,7 @@ * SOFTWARE. */ #define GMQCC_PLATFORM_HEADER +#include #include "gmqcc.h" #include "platform.h"