[commit: ghc] wip/erikd/rts: wip (a5b2e8f)
git at git.haskell.org
git at git.haskell.org
Thu Oct 20 09:44:41 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/erikd/rts
Link : http://ghc.haskell.org/trac/ghc/changeset/a5b2e8f559c82887e5beb4010d2d8ab2fcbc9e05/ghc
>---------------------------------------------------------------
commit a5b2e8f559c82887e5beb4010d2d8ab2fcbc9e05
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Fri Jul 1 21:19:22 2016 +1000
wip
>---------------------------------------------------------------
a5b2e8f559c82887e5beb4010d2d8ab2fcbc9e05
rts/posix/OSMem.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rts/posix/OSMem.c b/rts/posix/OSMem.c
index ba55a02..9c2ae28 100644
--- a/rts/posix/OSMem.c
+++ b/rts/posix/OSMem.c
@@ -9,6 +9,8 @@
// This is non-posix compliant.
// #include "PosixSource.h"
+#include "Rts.h"
+
#include "RtsUtils.h"
#include "sm/OSMem.h"
#include "sm/HeapAlloc.h"
More information about the ghc-commits
mailing list