summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 11:04:29 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 11:04:29 -0600
commit3aea9c463b7c6b5ba63796ee84f65870662b6567 (patch)
treecb6155bd4ce0aaed155c1580dc257b0868c40fc4 /src
parente0c6653a5fda956119239ef921daf1e3b950dfc8 (diff)
cell: include pthread.h
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_spu.h1
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 2e965c6301..b633880c25 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"