move hschooks.c to ghc/, and enable it
[ghc-hetmet.git] / ghc / hschooks.c
similarity index 93%
rename from compiler/parser/hschooks.c
rename to ghc/hschooks.c
index 4878021..2224b02 100644 (file)
@@ -5,6 +5,9 @@ in instead of the defaults.
 */
 
 #include "Rts.h"
+#if __GLASGOW_HASKELL__ <611
+#include "RtsFlags.h"
+#endif
 
 #include "HsFFI.h"