X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FGlobals.c;h=15b10130a8a08a01c462039dab79a818eb363834;hb=6cf8982ac30be6836a0cdd8be5a6ac1a1a144213;hp=a0d0788335c14f4e75fe656de9ba075c62197a6f;hpb=1c4738ba866893b3b5c7c9952e9a1bf48e2aa055;p=ghc-hetmet.git diff --git a/rts/Globals.c b/rts/Globals.c index a0d0788..15b1013 100644 --- a/rts/Globals.c +++ b/rts/Globals.c @@ -9,8 +9,11 @@ * * ---------------------------------------------------------------------------*/ +#include "PosixSource.h" #include "Rts.h" -#include "RtsGlobals.h" + +#include "Globals.h" +#include "Stable.h" static StgStablePtr typeableStore = 0; static StgStablePtr signalHandlerStore = 0;