summaryrefslogtreecommitdiff
path: root/rts/SpinLock.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/SpinLock.c')
-rw-r--r--rts/SpinLock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/SpinLock.c b/rts/SpinLock.c
index b362d89838..1e86860f11 100644
--- a/rts/SpinLock.c
+++ b/rts/SpinLock.c
@@ -19,7 +19,7 @@
*
* -------------------------------------------------------------------------- */
-#include "PosixSource.h"
+#include "rts/PosixSource.h"
#include "Rts.h"
#if defined(THREADED_RTS)