X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FInlines.c;h=e6f29b6e1b8be9ee00bfd3382b4d0027c8673edc;hb=8625c675de45bdb8bcfa795572ce7c47687c147c;hp=5d2be70c63217cc8264a442727fbaed8e8f01df1;hpb=24ad9cf0325bb5fedc9f0ca8bd70f78096d8d326;p=ghc-hetmet.git diff --git a/rts/Inlines.c b/rts/Inlines.c index 5d2be70..e6f29b6 100644 --- a/rts/Inlines.c +++ b/rts/Inlines.c @@ -2,4 +2,8 @@ // 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" +#include "WSDeque.h"