diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_flow.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_flow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_flow.h b/src/gallium/auxiliary/gallivm/lp_bld_flow.h index f1d034ca0a2..32c44a48e3d 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_flow.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_flow.h @@ -35,12 +35,13 @@ #define LP_BLD_FLOW_H -#include "gallivm/lp_bld.h" +#include "gallivm/lp_bld_type.h" #ifdef __cplusplus extern "C" { #endif +struct gallivm_state; struct lp_type; |