Make StablePtr and friends visible, this seems to be necessary for 64bit architectures
authorsven.panne@aedion.de <unknown>
Fri, 10 Nov 2006 17:16:26 +0000 (17:16 +0000)
committersven.panne@aedion.de <unknown>
Fri, 10 Nov 2006 17:16:26 +0000 (17:16 +0000)
includes/Rts.h

index 7ed9c2d..c2b25a8 100644 (file)
@@ -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"