summaryrefslogtreecommitdiff
path: root/rts/StgCRun.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/StgCRun.c')
-rw-r--r--rts/StgCRun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgCRun.c b/rts/StgCRun.c
index f1148139e2..b439b7e36a 100644
--- a/rts/StgCRun.c
+++ b/rts/StgCRun.c
@@ -26,7 +26,7 @@
*
* -------------------------------------------------------------------------- */
-#include "PosixSource.h"
+#include "rts/PosixSource.h"
#include "ghcconfig.h"
// Enable DWARF Call-Frame Information (used for stack unwinding) on Linux.