git.haskell.org
/
ghc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15faa0e
)
Make sure that a prototype is included for 'setIOManagerControlFd'
author
Gabor Greif
<ggreif@gmail.com>
Tue, 19 Aug 2014 22:32:58 +0000
(
00:32
+0200)
committer
Simon Peyton Jones
<simonpj@microsoft.com>
Wed, 20 Aug 2014 07:32:02 +0000
(08:32 +0100)
rts/Capability.c
patch
|
blob
|
history
diff --git
a/rts/Capability.c
b/rts/Capability.c
index
4543ec7
..
14c99d0
100644
(file)
--- a/
rts/Capability.c
+++ b/
rts/Capability.c
@@
-26,6
+26,7
@@
#include "sm/GC.h" // for gcWorkerThread()
#include "STM.h"
#include "RtsUtils.h"
+#include "rts/IOManager.h"
#include <string.h>