summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_texture.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-09 08:12:47 -0700
committerBrian Paul <brianp@vmware.com>2010-03-09 08:14:06 -0700
commit27a7f9454f190ebb51834e9d2d74c55766cbb29f (patch)
treeb50a3032229e9ee569444e3ad1807305ac4b73f3 /src/gallium/drivers/cell/ppu/cell_texture.h
parentff407a117c7bd4e9f370f8ec204d3f7b4e7f91a2 (diff)
cell: fix up assorted compilation problems
The driver is pretty much totally broken though.
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_texture.h')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_texture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_texture.h b/src/gallium/drivers/cell/ppu/cell_texture.h
index b89db1a5a8..2be0579312 100644
--- a/src/gallium/drivers/cell/ppu/cell_texture.h
+++ b/src/gallium/drivers/cell/ppu/cell_texture.h
@@ -28,6 +28,7 @@
#ifndef CELL_TEXTURE_H
#define CELL_TEXTURE_H
+#include "cell/common.h"
struct cell_context;
struct pipe_texture;