projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51dec67
)
Warning police: Added missing #include
author
sven.panne@aedion.de
<unknown>
Sat, 30 Dec 2006 13:30:57 +0000
(13:30 +0000)
committer
sven.panne@aedion.de
<unknown>
Sat, 30 Dec 2006 13:30:57 +0000
(13:30 +0000)
rts/posix/Signals.c
patch
|
blob
|
history
diff --git
a/rts/posix/Signals.c
b/rts/posix/Signals.c
index
2380eac
..
4ae22cd
100644
(file)
--- a/
rts/posix/Signals.c
+++ b/
rts/posix/Signals.c
@@
-17,6
+17,7
@@
#include "RtsUtils.h"
#include "RtsFlags.h"
#include "Prelude.h"
+#include "ThrIOManager.h"
#ifdef alpha_HOST_ARCH
# if defined(linux_HOST_OS)