summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/common.h
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2010-02-06 15:07:48 +0100
committerBrian Paul <brianp@vmware.com>2010-02-08 07:47:04 -0700
commitebe2f7609533645e7e9c8af4a55bc0127b9bc515 (patch)
tree7564f7c0703bacae1f9a0ff296b31c6eba1c7964 /src/gallium/drivers/cell/common.h
parent7f41f5447c8f9113c8956901e1c5fff6081ecd94 (diff)
cell: fix the usual cell breakage
also update the cell config a bit Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/drivers/cell/common.h')
-rw-r--r--src/gallium/drivers/cell/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/common.h b/src/gallium/drivers/cell/common.h
index aa29dcb394..7f2b33c2dc 100644
--- a/src/gallium/drivers/cell/common.h
+++ b/src/gallium/drivers/cell/common.h
@@ -36,7 +36,7 @@
#include "pipe/p_compiler.h"
#include "pipe/p_format.h"
#include "pipe/p_state.h"
-
+#include <stdio.h>
/** The standard assert macro doesn't seem to work reliably */
#define ASSERT(x) \
@@ -49,7 +49,6 @@
}
-
#define JOIN(x, y) JOIN_AGAIN(x, y)
#define JOIN_AGAIN(x, y) x ## y