diff options
Diffstat (limited to 'rts/posix/GetTime.c')
-rw-r--r-- | rts/posix/GetTime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/GetTime.c b/rts/posix/GetTime.c index fa6f70f73c..b2e522facc 100644 --- a/rts/posix/GetTime.c +++ b/rts/posix/GetTime.c @@ -7,7 +7,7 @@ * ---------------------------------------------------------------------------*/ // Not POSIX, due to use of ru_majflt in getPageFaults() -// #include "PosixSource.h" +// #include "rts/PosixSource.h" #include "Rts.h" #include "GetTime.h" |