From: Brian Paul Date: Wed, 22 Oct 2008 17:04:29 +0000 (-0600) Subject: cell: include pthread.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3aea9c463b7c6b5ba63796ee84f65870662b6567;p=mesa.git cell: include pthread.h --- 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 #include +#include #include "cell/common.h" #include "cell_context.h"