Split GC.c, and move storage manager into sm/ directory
[ghc-hetmet.git] / rts / RtsStartup.c
index 62a347a..f023a96 100644 (file)
@@ -29,6 +29,7 @@
 #include "BlockAlloc.h"
 #include "Trace.h"
 #include "RtsTypeable.h"
+#include "Stable.h"
 
 #if defined(RTS_GTK_FRONTPANEL)
 #include "FrontPanel.h"