summaryrefslogtreecommitdiff
path: root/includes/Rts.h
diff options
context:
space:
mode:
authorsven.panne@aedion.de <unknown>2006-11-10 17:16:26 +0000
committersven.panne@aedion.de <unknown>2006-11-10 17:16:26 +0000
commitc0d61113ae7386981e8966c1c9b89dd4721599e3 (patch)
treeb683ee312bbe217d353ed77731fc1cf203899be8 /includes/Rts.h
parentb33fa57b919b0b315a64662b72203de68958e0a4 (diff)
downloadhaskell-c0d61113ae7386981e8966c1c9b89dd4721599e3.tar.gz
Make StablePtr and friends visible, this seems to be necessary for 64bit architectures
Diffstat (limited to 'includes/Rts.h')
-rw-r--r--includes/Rts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/Rts.h b/includes/Rts.h
index 7ed9c2d9b4..c2b25a8a71 100644
--- a/includes/Rts.h
+++ b/includes/Rts.h
@@ -156,6 +156,10 @@ extern void _assertFail (const char *, unsigned int);
#include "Hooks.h"
#include "RtsMessages.h"
+/* for StablePtr/getStablePtr/deRefStablePtr */
+#include "Storage.h"
+#include "Stable.h"
+
#include "ieee-flpt.h"
#include "Signals.h"