Mesa (master): llvmpipe: Add u_math.h include.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Aug 18 15:12:00 UTC 2011


Module: Mesa
Branch: master
Commit: 09042e08cbdfe61bb860a9d62151e136e6e278a4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=09042e08cbdfe61bb860a9d62151e136e6e278a4

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Aug 18 16:06:00 2011 +0100

llvmpipe: Add u_math.h include.

Necessary on platforms with incomplete math.h

---

 src/gallium/drivers/llvmpipe/lp_test_arit.c |    1 +
 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 f0e43e0..ea2a659 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"




More information about the mesa-commit mailing list