From: Brian Paul Date: Fri, 12 Feb 2010 18:06:04 +0000 (-0700) Subject: cell: include cell_context.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6c35e178d352a8b00eda9bf1c5c45c975852226f;p=mesa.git cell: include cell_context.h --- diff --git a/src/gallium/drivers/cell/ppu/cell_screen.c b/src/gallium/drivers/cell/ppu/cell_screen.c index 7681e3411e8..9214ac162be 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"