Module: Mesa Branch: gallium-0.2 Commit: 3aea9c463b7c6b5ba63796ee84f65870662b6567 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3aea9c463b7c6b5ba63796ee84f65870662b6567
Author: Brian Paul <[EMAIL PROTECTED]> 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
