From: Brian Date: Thu, 27 Mar 2008 21:27:14 +0000 (-0600) Subject: cell: include cell_state_per_fragment.h to silence warning X-Git-Tag: 062012170305~17580^2~390^2~2073 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=132df5ebce8529f7b0999cdd574d70ec0f12a4fd;p=profile%2Fivi%2Fmesa.git cell: include cell_state_per_fragment.h to silence warning --- diff --git a/src/gallium/drivers/cell/ppu/cell_state_emit.c b/src/gallium/drivers/cell/ppu/cell_state_emit.c index 5c1310d..4c75caa 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"