summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2011-08-18 16:06:00 +0100
committerJosé Fonseca <[email protected]>2011-08-18 16:06:00 +0100
commit09042e08cbdfe61bb860a9d62151e136e6e278a4 (patch)
tree3aaed28e7bcfacc99de424618fe06425c895e63c /src/gallium
parent7be4cf9c63d3dcacce8a6bf47c471a9aab09b1d7 (diff)
llvmpipe: Add u_math.h include.
Necessary on platforms with incomplete math.h
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_arit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_arit.c b/src/gallium/drivers/llvmpipe/lp_test_arit.c
index f0e43e0f9cc..ea2a659142f 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_arit.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_arit.c
@@ -32,6 +32,7 @@
#include "util/u_pointer.h"
#include "util/u_memory.h"
+#include "util/u_math.h"
#include "gallivm/lp_bld.h"
#include "gallivm/lp_bld_init.h"