projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd7bee
)
auxiliary/os: Add missing signal.h include.
author
Baldo Davide
<baldosoft@gmail.com>
Sat, 5 May 2012 03:50:19 +0000
(
04:50
+0100)
committer
José 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
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/os/os_thread.h
b/src/gallium/auxiliary/os/os_thread.h
index 3e1c273027b9ede09aca0af2d963f529c9dc684c..3773be945dd7b064b7e25b4cd9702a113137c43b 100644
(file)
--- a/
src/gallium/auxiliary/os/os_thread.h
+++ b/
src/gallium/auxiliary/os/os_thread.h
@@
-44,6
+44,7
@@
#include <pthread.h> /* POSIX threads headers */
#include <stdio.h> /* for perror() */
+#include <signal.h>
/* pipe_thread