From c0d61113ae7386981e8966c1c9b89dd4721599e3 Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Fri, 10 Nov 2006 17:16:26 +0000 Subject: [PATCH] Make StablePtr and friends visible, this seems to be necessary for 64bit architectures --- includes/Rts.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/Rts.h b/includes/Rts.h index 7ed9c2d..c2b25a8 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" -- 1.7.10.4