Mesa (master): llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 18:49:49 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Jul 30 11:48:48 2010 -0700

llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.

---

 src/gallium/auxiliary/draw/draw_llvm.c     |    1 +
 src/gallium/drivers/llvmpipe/lp_state_fs.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_llvm.c b/src/gallium/auxiliary/draw/draw_llvm.c
index 8022b72..de99b00 100644
--- a/src/gallium/auxiliary/draw/draw_llvm.c
+++ b/src/gallium/auxiliary/draw/draw_llvm.c
@@ -38,6 +38,7 @@
 #include "gallivm/lp_bld_tgsi.h"
 #include "gallivm/lp_bld_printf.h"
 #include "gallivm/lp_bld_intr.h"
+#include "gallivm/lp_bld_init.h"
 
 #include "tgsi/tgsi_exec.h"
 #include "tgsi/tgsi_dump.h"
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index 5ee5bde..dbca49a 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c
@@ -75,6 +75,7 @@
 #include "gallivm/lp_bld_type.h"
 #include "gallivm/lp_bld_const.h"
 #include "gallivm/lp_bld_conv.h"
+#include "gallivm/lp_bld_init.h"
 #include "gallivm/lp_bld_intr.h"
 #include "gallivm/lp_bld_logic.h"
 #include "gallivm/lp_bld_tgsi.h"




More information about the mesa-commit mailing list