diff options
author | Brian Paul <[email protected]> | 2010-04-16 11:14:43 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-16 11:14:43 -0600 |
commit | 92b2af5f9a16b1cc028295e5222cf54a2f633248 (patch) | |
tree | e3cea6e50f32b6e7e599b4a05b3f980bd096e256 /src | |
parent | 39a12a73269b3eff46ba66fce03eff73dd5d54fb (diff) |
llvmpipe: fix compilation, linking of lp_test_blend
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_test_blend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_blend.c b/src/gallium/drivers/llvmpipe/lp_test_blend.c index 5c9d4183440..818f7a9a562 100644 --- a/src/gallium/drivers/llvmpipe/lp_test_blend.c +++ b/src/gallium/drivers/llvmpipe/lp_test_blend.c @@ -38,8 +38,8 @@ #include "gallivm/lp_bld_type.h" -#include "gallivm/lp_bld_blend.h" #include "gallivm/lp_bld_debug.h" +#include "lp_bld_blend.h" #include "lp_test.h" |