summaryrefslogtreecommitdiff
path: root/rts/Disassembler.c
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-07-23 05:11:59 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-08-03 17:33:06 +0000
commit7a5636a18c821f6bfe3f4400d1fb368d110dead3 (patch)
treede1165e394b02a9ca17f334390f16120f8ba3d12 /rts/Disassembler.c
parentc7f8174297fc9ad10df9c73babd2f54618af69ec (diff)
downloadhaskell-7a5636a18c821f6bfe3f4400d1fb368d110dead3.tar.gz
Make `PosixSource.h` installed and under `rts/`
is used outside of the rts so we do this rather than just fish it out of the repo in ad-hoc way, in order to make packages in this repo more self-contained.
Diffstat (limited to 'rts/Disassembler.c')
-rw-r--r--rts/Disassembler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Disassembler.c b/rts/Disassembler.c
index 451521d57e..2abb4e1b8d 100644
--- a/rts/Disassembler.c
+++ b/rts/Disassembler.c
@@ -10,7 +10,7 @@
#if defined(DEBUG)
-#include "PosixSource.h"
+#include "rts/PosixSource.h"
#include "Rts.h"
#include "RtsAPI.h"
#include "rts/Bytecodes.h"