diff options
Diffstat (limited to 'rts/HsFFI.c')
-rw-r--r-- | rts/HsFFI.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/HsFFI.c b/rts/HsFFI.c index 350bcfbdec..d59c7a40a3 100644 --- a/rts/HsFFI.c +++ b/rts/HsFFI.c @@ -8,6 +8,8 @@ #include "HsFFI.h" #include "Rts.h" +#include "Storage.h" +#include "Stable.h" // hs_init and hs_exit are defined in RtsStartup.c |