[commit: ghc] master: Make sure that a prototype is included for 'setIOManagerControlFd' (7bf49f8)
git at git.haskell.org
git at git.haskell.org
Wed Aug 20 08:13:31 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7bf49f86a20f3beda0ee5fbea2db64cfef730d74/ghc
>---------------------------------------------------------------
commit 7bf49f86a20f3beda0ee5fbea2db64cfef730d74
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Aug 20 00:32:58 2014 +0200
Make sure that a prototype is included for 'setIOManagerControlFd'
>---------------------------------------------------------------
7bf49f86a20f3beda0ee5fbea2db64cfef730d74
rts/Capability.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/rts/Capability.c b/rts/Capability.c
index 4543ec7..14c99d0 100644
--- 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>
More information about the ghc-commits
mailing list