diff options
Diffstat (limited to 'rts/Inlines.c')
-rw-r--r-- | rts/Inlines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Inlines.c b/rts/Inlines.c index a3eb956d0c..94699e9c4d 100644 --- a/rts/Inlines.c +++ b/rts/Inlines.c @@ -2,7 +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/PosixSource.h" #include "Rts.h" #include "Schedule.h" #include "Capability.h" |