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/Globals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/Globals.c') diff --git a/rts/Globals.c b/rts/Globals.c index 848581e4d2..b7ed814752 100644 --- a/rts/Globals.c +++ b/rts/Globals.c @@ -17,7 +17,7 @@ * * ---------------------------------------------------------------------------*/ -#include "PosixSource.h" +#include "rts/PosixSource.h" #include "Rts.h" #include "Globals.h" -- cgit v1.2.1