From 0ad0bc5af5679c1ea669a768449bec3fd67fdd74 Mon Sep 17 00:00:00 2001 From: Baldo Davide Date: Sat, 5 May 2012 04:50:19 +0100 Subject: [PATCH] auxiliary/os: Add missing signal.h include. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The signal.h include was missed in the commit bc16c73407d11bb6702cf7de9925bfaeb80a5272 which leads to broken compilations under Linux. Signed-off-by: José Fonseca --- src/gallium/auxiliary/os/os_thread.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2