Split GC.c, and move storage manager into sm/ directory
[ghc-hetmet.git] / rts / Adjustor.c
index 4b042a1..8c950f7 100644 (file)
@@ -41,6 +41,7 @@ Haskell side.
 #include "RtsExternal.h"
 #include "RtsUtils.h"
 #include "Storage.h"
+#include "Stable.h"
 #include <stdlib.h>
 
 #if defined(_WIN32)