X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FTypeable.c;h=e0309d63d760f0abc78b27b49c82969128feefe8;hp=1d7edd1c94577d4b2071907863c73a369a90dd7b;hb=ab0e778ccfde61aed4c22679b24d175fc6cc9bf3;hpb=2246c514eade324d70058ba3135dc0c51ee9353b diff --git a/rts/Typeable.c b/rts/Typeable.c index 1d7edd1..e0309d6 100644 --- a/rts/Typeable.c +++ b/rts/Typeable.c @@ -1,5 +1,15 @@ +/* ----------------------------------------------------------------------------- + * + * (c) The GHC Team, 1995-2005 + * + * Data.Typeable support + * + * ---------------------------------------------------------------------------*/ + #include "RtsTypeable.h" #include "Rts.h" +#include "Storage.h" +#include "Stable.h" static StgPtr typeableStore = 0; #ifdef THREADED_RTS