Re: [Mesa-dev] [PATCH] u_math: uses assert, include assert.h

2015-05-21 Thread Brian Paul
On 05/20/2015 06:56 PM, Dave Airlie wrote: From: Dave Airlie this fixes a build problem found on RHEL s390. not sure what configure options caused it, I couldn't get it on x86 here. Cc: "10.6" mesa-sta...@lists.freedesktop.org Signed-off-by: Dave Airlie --- src/gallium/auxiliary/util/u_mat

[Mesa-dev] [PATCH] u_math: uses assert, include assert.h

2015-05-20 Thread Dave Airlie
From: Dave Airlie this fixes a build problem found on RHEL s390. not sure what configure options caused it, I couldn't get it on x86 here. Cc: "10.6" mesa-sta...@lists.freedesktop.org Signed-off-by: Dave Airlie --- src/gallium/auxiliary/util/u_math.h | 1 + 1 file changed, 1 insertion(+) dif