Mesa (gallium-0.2): cell: include pthread.h

Brian Paul brianp at kemper.freedesktop.org
Wed Oct 22 17:15:51 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 3aea9c463b7c6b5ba63796ee84f65870662b6567
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3aea9c463b7c6b5ba63796ee84f65870662b6567

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Oct 22 11:04:29 2008 -0600

cell: include pthread.h

---

 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 2e965c6..b633880 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"




More information about the mesa-commit mailing list