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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=132df5ebce8529f7b0999cdd574d70ec0f12a4fd;p=mesa.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 5c1310d0b0c..4c75caa0251 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"