From: Dave Airlie Date: Thu, 21 May 2015 01:23:06 +0000 (+1000) Subject: u_math: uses assert, include assert.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c1a00174b2bec102030b19b6094ebcab23fe04d;p=mesa.git u_math: uses assert, include assert.h this fixes a build problem found on RHEL s390. not sure what configure options caused it, I couldn't get it on x86 here. Reviewed-by: Brian Paul Cc: "10.6" mesa-stable@lists.freedesktop.org Signed-off-by: Dave Airlie --- diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h index 3d27a59e8c0..58070a9dafa 100644 --- a/src/gallium/auxiliary/util/u_math.h +++ b/src/gallium/auxiliary/util/u_math.h @@ -42,6 +42,7 @@ #include "pipe/p_compiler.h" #include "c99_math.h" +#include #include #include