diff options
author | Gabor Greif <ggreif@gmail.com> | 2014-08-20 19:39:56 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2014-08-20 19:44:28 +0200 |
commit | 15df6d98afb8c3813013c5b97efffe0ba8020d32 (patch) | |
tree | 7dce50a228fa0da6a2073d92999fb588863da4ef | |
parent | 7200edff2b1786fccc766c9ce51461e339563fbe (diff) | |
download | haskell-15df6d98afb8c3813013c5b97efffe0ba8020d32.tar.gz |
Comment why the include is necessary
-rw-r--r-- | rts/Capability.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Capability.c b/rts/Capability.c index 14c99d015e..04f3a61993 100644 --- a/rts/Capability.c +++ b/rts/Capability.c @@ -26,7 +26,7 @@ #include "sm/GC.h" // for gcWorkerThread() #include "STM.h" #include "RtsUtils.h" -#include "rts/IOManager.h" +#include "rts/IOManager.h" // for setIOManagerControlFd() #include <string.h> |