summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-03-27 15:27:14 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-03-27 15:27:14 -0600
commit132df5ebce8529f7b0999cdd574d70ec0f12a4fd (patch)
treedfb850a21489f4ba2f198c4d66919c0df3f198ce /src/gallium/drivers/cell
parent8b8a947111ad911a986e48a66c9fe31f120de9a2 (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.c1
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 5c1310d0b0..4c75caa025 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"