diff options
Diffstat (limited to 'rts/Hash.c')
-rw-r--r-- | rts/Hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Hash.c b/rts/Hash.c index 39c5360f56..0b408c7af1 100644 --- a/rts/Hash.c +++ b/rts/Hash.c @@ -8,7 +8,7 @@ * pp. 446 -- 457. * -------------------------------------------------------------------------- */ -#include "PosixSource.h" +#include "rts/PosixSource.h" #include "Rts.h" #include "Hash.h" |