X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FInlines.c;h=ccb30bf76d43bae1ba437656a1efcf535f5c1e04;hb=e27a63d87e12d0ad1491ee372e025c65fcfd3d36;hp=5d2be70c63217cc8264a442727fbaed8e8f01df1;hpb=24ad9cf0325bb5fedc9f0ca8bd70f78096d8d326;p=ghc-hetmet.git diff --git a/rts/Inlines.c b/rts/Inlines.c index 5d2be70..ccb30bf 100644 --- a/rts/Inlines.c +++ b/rts/Inlines.c @@ -2,4 +2,7 @@ // compiled for real here, just in case the definition was not inlined // at some call site: #define KEEP_INLINES +#include "PosixSource.h" #include "Rts.h" +#include "Schedule.h" +#include "Capability.h"