From: Baldo Davide Date: Sat, 5 May 2012 03:50:19 +0000 (+0100) Subject: auxiliary/os: Add missing signal.h include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ad0bc5af5679c1ea669a768449bec3fd67fdd74;p=mesa.git auxiliary/os: Add missing signal.h include. The signal.h include was missed in the commit bc16c73407d11bb6702cf7de9925bfaeb80a5272 which leads to broken compilations under Linux. Signed-off-by: José Fonseca --- diff --git a/src/gallium/auxiliary/os/os_thread.h b/src/gallium/auxiliary/os/os_thread.h index 3e1c273027b..3773be945dd 100644 --- a/src/gallium/auxiliary/os/os_thread.h +++ b/src/gallium/auxiliary/os/os_thread.h @@ -44,6 +44,7 @@ #include /* POSIX threads headers */ #include /* for perror() */ +#include /* pipe_thread