diff options
author | Brian <[email protected]> | 2008-03-27 15:27:14 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-03-27 15:27:14 -0600 |
commit | 132df5ebce8529f7b0999cdd574d70ec0f12a4fd (patch) | |
tree | dfb850a21489f4ba2f198c4d66919c0df3f198ce /src/gallium/drivers/cell | |
parent | 8b8a947111ad911a986e48a66c9fe31f120de9a2 (diff) |
cell: include cell_state_per_fragment.h to silence warning
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_state_emit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_state_emit.c b/src/gallium/drivers/cell/ppu/cell_state_emit.c index 5c1310d0b0c..4c75caa0251 100644 --- a/src/gallium/drivers/cell/ppu/cell_state_emit.c +++ b/src/gallium/drivers/cell/ppu/cell_state_emit.c @@ -29,6 +29,7 @@ #include "cell_context.h" #include "cell_state.h" #include "cell_state_emit.h" +#include "cell_state_per_fragment.h" #include "cell_batch.h" #include "cell_texture.h" #include "draw/draw_context.h" |