summaryrefslogtreecommitdiff
path: root/rts/sm/Storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/sm/Storage.c')
-rw-r--r--rts/sm/Storage.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rts/sm/Storage.c b/rts/sm/Storage.c
index 7d450a8931..5241494365 100644
--- a/rts/sm/Storage.c
+++ b/rts/sm/Storage.c
@@ -15,15 +15,15 @@
#if RTS_LINKER_USE_MMAP
/*
* On FreeBSD and Darwin, when _XOPEN_SOURCE is defined, MAP_ANONYMOUS is not
- * exposed from <sys/mman.h>. Include <sys/mman.h> before "PosixSource.h".
+ * exposed from <sys/mman.h>. Include <sys/mman.h> before "rts/PosixSource.h".
*
- * Alternatively, we could drop "PosixSource.h" from this file, but for just
+ * Alternatively, we could drop "rts/PosixSource.h" from this file, but for just
* one non-POSIX macro, that seems a needless price to pay.
*/
#include <sys/mman.h>
#endif
-#include "PosixSource.h"
+#include "rts/PosixSource.h"
#include "Rts.h"
#include "Storage.h"