Split GC.c, and move storage manager into sm/ directory
[ghc-hetmet.git] / rts / HsFFI.c
index 350bcfb..d59c7a4 100644 (file)
@@ -8,6 +8,8 @@
 
 #include "HsFFI.h"
 #include "Rts.h"
 
 #include "HsFFI.h"
 #include "Rts.h"
+#include "Storage.h"
+#include "Stable.h"
 
 // hs_init and hs_exit are defined in RtsStartup.c
 
 
 // hs_init and hs_exit are defined in RtsStartup.c