auxiliary/os: Add missing signal.h include.
authorBaldo Davide <baldosoft@gmail.com>
Sat, 5 May 2012 03:50:19 +0000 (04:50 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sat, 5 May 2012 03:51:32 +0000 (04:51 +0100)
The signal.h include was missed in the commit
bc16c73407d11bb6702cf7de9925bfaeb80a5272 which leads to broken
compilations under Linux.

Signed-off-by: José Fonseca <jose.r.fonseca@gmail.com>
src/gallium/auxiliary/os/os_thread.h

index 3e1c273027b9ede09aca0af2d963f529c9dc684c..3773be945dd7b064b7e25b4cd9702a113137c43b 100644 (file)
@@ -44,6 +44,7 @@
 
 #include <pthread.h> /* POSIX threads headers */
 #include <stdio.h> /* for perror() */
+#include <signal.h>
 
 
 /* pipe_thread