diff options
author | Brian Paul <[email protected]> | 2008-10-22 11:04:29 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-22 11:04:29 -0600 |
commit | 3aea9c463b7c6b5ba63796ee84f65870662b6567 (patch) | |
tree | cb6155bd4ce0aaed155c1580dc257b0868c40fc4 /src/gallium/drivers/cell | |
parent | e0c6653a5fda956119239ef921daf1e3b950dfc8 (diff) |
cell: include pthread.h
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_spu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_spu.h b/src/gallium/drivers/cell/ppu/cell_spu.h index 2e965c6301b..b633880c256 100644 --- a/src/gallium/drivers/cell/ppu/cell_spu.h +++ b/src/gallium/drivers/cell/ppu/cell_spu.h @@ -31,6 +31,7 @@ #include <libspe2.h> #include <libmisc.h> +#include <pthread.h> #include "cell/common.h" #include "cell_context.h" |