From 6c35e178d352a8b00eda9bf1c5c45c975852226f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 12 Feb 2010 11:06:04 -0700 Subject: [PATCH] cell: include cell_context.h --- src/gallium/drivers/cell/ppu/cell_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/cell/ppu/cell_screen.c b/src/gallium/drivers/cell/ppu/cell_screen.c index 7681e34..9214ac1 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" -- 2.7.4