Module: Mesa Branch: master Commit: 92b2af5f9a16b1cc028295e5222cf54a2f633248 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92b2af5f9a16b1cc028295e5222cf54a2f633248
Author: Brian Paul <[email protected]> Date: Fri Apr 16 11:14:43 2010 -0600 llvmpipe: fix compilation, linking of lp_test_blend --- 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 5c9d418..818f7a9 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
