diff options
author | Marek Olšák <[email protected]> | 2010-02-14 03:14:32 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-02-14 03:20:01 +0100 |
commit | 804a6d6a684e2a95e8b84c723a4096243c4fde1a (patch) | |
tree | 23a54d98071f2b0dc24c8971f6d2b7692901dfbc /src/gallium/drivers/r300/r300_context.c | |
parent | 85425b3b609c480cd024b217b1efd0b9153bed58 (diff) |
r300g: fix scons build
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index 14820ca8547..f631b4ed27f 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -34,7 +34,8 @@ #include "r300_screen.h" #include "r300_state_invariant.h" #include "r300_texture.h" -#include "r300_winsys.h" + +#include "radeon_winsys.h" static void r300_destroy_context(struct pipe_context* context) { |