diff options
author | Brian Paul <[email protected]> | 2008-11-12 11:00:41 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-11-12 11:06:47 -0700 |
commit | 2d8d82000e862a3e1d0d23334c954b62d49c4fa2 (patch) | |
tree | 1443d70ce8bd57d5c43e4a5cd21e5d2b31732791 /src/gallium/drivers/cell/ppu | |
parent | c5ba8ba9182a6946ee489241738457b1370b3c77 (diff) |
cell: include cell_pipe_state.h
Diffstat (limited to 'src/gallium/drivers/cell/ppu')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_pipe_state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_pipe_state.c b/src/gallium/drivers/cell/ppu/cell_pipe_state.c index 825110c62b7..81efd137c73 100644 --- a/src/gallium/drivers/cell/ppu/cell_pipe_state.c +++ b/src/gallium/drivers/cell/ppu/cell_pipe_state.c @@ -35,6 +35,7 @@ #include "draw/draw_context.h" #include "cell_context.h" #include "cell_flush.h" +#include "cell_pipe_state.h" #include "cell_state.h" #include "cell_texture.h" |