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/posix/OSMem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/posix/OSMem.c') diff --git a/rts/posix/OSMem.c b/rts/posix/OSMem.c index f27e5ee0d2..db388414d9 100644 --- a/rts/posix/OSMem.c +++ b/rts/posix/OSMem.c @@ -7,7 +7,7 @@ * ---------------------------------------------------------------------------*/ // This is non-posix compliant. -// #include "PosixSource.h" +// #include "rts/PosixSource.h" #include "Rts.h" -- cgit v1.2.1