Split GC.c, and move storage manager into sm/ directory
[ghc-hetmet.git] / rts / posix / Signals.c
index a5044cd..ded85f5 100644 (file)
 */
 #include "Rts.h"
 #include "SchedAPI.h"
+#include "Storage.h"
 #include "Schedule.h"
 #include "RtsSignals.h"
 #include "posix/Signals.h"
 #include "RtsUtils.h"
 #include "RtsFlags.h"
 #include "Prelude.h"
+#include "Stable.h"
 
 #ifdef alpha_HOST_ARCH
 # if defined(linux_HOST_OS)