From fc350dba63da7eefbaa2793fe9fe99f8571b75c0 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Fri, 23 Jul 2021 05:11:59 +0000 Subject: 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. --- rts/Disassembler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/Disassembler.c') 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" -- cgit v1.2.1