summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_state_fs.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-30 11:48:48 -0700
committerVinson Lee <vlee@vmware.com>2010-07-30 11:48:48 -0700
commit078eff659a7ef90691966d983f35ed9e4ce63901 (patch)
tree9b2e3246bd0368b7f26ab27f5e0fbb297552f270 /src/gallium/drivers/llvmpipe/lp_state_fs.c
parent0e7d7d3051d125621b2b79c11f577fc3a3cc7b2c (diff)
llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_state_fs.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_fs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index 5ee5bde184..dbca49a2ef 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"