diff options
author | Marc Dietrich <[email protected]> | 2010-02-06 15:07:48 +0100 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-08 07:47:04 -0700 |
commit | ebe2f7609533645e7e9c8af4a55bc0127b9bc515 (patch) | |
tree | 7564f7c0703bacae1f9a0ff296b31c6eba1c7964 /src/gallium/drivers/cell/common.h | |
parent | 7f41f5447c8f9113c8956901e1c5fff6081ecd94 (diff) |
cell: fix the usual cell breakage
also update the cell config a bit
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/drivers/cell/common.h')
-rw-r--r-- | src/gallium/drivers/cell/common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/common.h b/src/gallium/drivers/cell/common.h index aa29dcb3947..7f2b33c2dcc 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 |