llvmpipe: Include p_compiler.h in lp_bld_alpha.h.

Include p_compiler.h for boolean symbol.
Add forward declaration for gallivm_state struct.
This commit is contained in:
Vinson Lee 2011-01-04 00:50:48 -08:00
parent 7bfc54ea5d
commit deb9a6ae79
1 changed files with 2 additions and 0 deletions

View File

@ -34,10 +34,12 @@
#ifndef LP_BLD_ALPHA_H
#define LP_BLD_ALPHA_H
#include "pipe/p_compiler.h"
#include "gallivm/lp_bld.h"
struct pipe_alpha_state;
struct gallivm_state;
struct lp_type;
struct lp_build_mask_context;