summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_draw_arrays.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-04 10:37:30 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-04 10:37:30 -0600
commit93ad2d5a5e812e3a80f8157b4371df2f17510621 (patch)
treefba96cdb1b5aff47552386d2be1b147586fc7095 /src/gallium/drivers/cell/ppu/cell_draw_arrays.c
parentdd82c06ca371bacfda77d0eece5e29adee47e058 (diff)
cell: include p_inlines.h
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_draw_arrays.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_draw_arrays.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_draw_arrays.c b/src/gallium/drivers/cell/ppu/cell_draw_arrays.c
index 41c85ecd6c8..9736f445cbf 100644
--- a/src/gallium/drivers/cell/ppu/cell_draw_arrays.c
+++ b/src/gallium/drivers/cell/ppu/cell_draw_arrays.c
@@ -34,6 +34,7 @@
#include "pipe/p_defines.h"
#include "pipe/p_context.h"
#include "pipe/p_winsys.h"
+#include "pipe/p_inlines.h"
#include "cell_context.h"
#include "cell_draw_arrays.h"