From: sven.panne@aedion.de Date: Fri, 10 Nov 2006 17:16:26 +0000 (+0000) Subject: Make StablePtr and friends visible, this seems to be necessary for 64bit architectures X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c0d61113ae7386981e8966c1c9b89dd4721599e3;p=ghc-hetmet.git Make StablePtr and friends visible, this seems to be necessary for 64bit architectures --- 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"