summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-02-12 11:06:04 -0700
committerBrian Paul <brianp@vmware.com>2010-02-12 11:06:04 -0700
commit6c35e178d352a8b00eda9bf1c5c45c975852226f (patch)
treee101a7b47345ef59209c6092cc9878657cc6b02e /src
parent0ad0d8125a1882701dac416d1889e7721a58ee8a (diff)
cell: include cell_context.h
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_screen.c b/src/gallium/drivers/cell/ppu/cell_screen.c
index 7681e3411e..9214ac162b 100644
--- a/src/gallium/drivers/cell/ppu/cell_screen.c
+++ b/src/gallium/drivers/cell/ppu/cell_screen.c
@@ -33,6 +33,7 @@
#include "pipe/p_screen.h"
#include "cell/common.h"
+#include "cell_context.h"
#include "cell_screen.h"
#include "cell_texture.h"
#include "cell_winsys.h"