diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-07-23 05:11:59 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2021-08-03 17:33:06 +0000 |
commit | 7a5636a18c821f6bfe3f4400d1fb368d110dead3 (patch) | |
tree | de1165e394b02a9ca17f334390f16120f8ba3d12 /rts/posix/Signals.c | |
parent | c7f8174297fc9ad10df9c73babd2f54618af69ec (diff) | |
download | haskell-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/posix/Signals.c')
-rw-r--r-- | rts/posix/Signals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/Signals.c b/rts/posix/Signals.c index 185c69eee3..2441f52016 100644 --- a/rts/posix/Signals.c +++ b/rts/posix/Signals.c @@ -6,7 +6,7 @@ * * ---------------------------------------------------------------------------*/ -#include "PosixSource.h" +#include "rts/PosixSource.h" #include "Rts.h" #include "Schedule.h" |