Ensure runhaskell is rebuild in stage2
[ghc-hetmet.git] / rts / Typeable.c
index 1d7edd1..88151b7 100644 (file)
@@ -1,5 +1,13 @@
-#include "RtsTypeable.h"
+/* -----------------------------------------------------------------------------
+ *
+ * (c) The GHC Team, 1995-2005
+ *
+ * Data.Typeable support
+ *
+ * ---------------------------------------------------------------------------*/
+
 #include "Rts.h"
+#include "RtsTypeable.h"
 
 static StgPtr typeableStore = 0;
 #ifdef THREADED_RTS