diff options
Diffstat (limited to 'rts/posix')
-rw-r--r-- | rts/posix/Itimer.c | 1 | ||||
-rw-r--r-- | rts/posix/Select.c | 1 | ||||
-rw-r--r-- | rts/posix/Signals.c | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/rts/posix/Itimer.c b/rts/posix/Itimer.c index 0f0b1e977e..715cf5af3c 100644 --- a/rts/posix/Itimer.c +++ b/rts/posix/Itimer.c @@ -22,6 +22,7 @@ #include "Ticker.h" #include "posix/Itimer.h" #include "Proftimer.h" +#include "Storage.h" #include "Schedule.h" #include "posix/Select.h" diff --git a/rts/posix/Select.c b/rts/posix/Select.c index ccf39458d2..bb65310c9e 100644 --- a/rts/posix/Select.c +++ b/rts/posix/Select.c @@ -10,6 +10,7 @@ /* #include "PosixSource.h" */ #include "Rts.h" +#include "Storage.h" #include "Schedule.h" #include "RtsUtils.h" #include "RtsFlags.h" diff --git a/rts/posix/Signals.c b/rts/posix/Signals.c index a5044cd6de..ded85f5d39 100644 --- a/rts/posix/Signals.c +++ b/rts/posix/Signals.c @@ -11,12 +11,14 @@ */ #include "Rts.h" #include "SchedAPI.h" +#include "Storage.h" #include "Schedule.h" #include "RtsSignals.h" #include "posix/Signals.h" #include "RtsUtils.h" #include "RtsFlags.h" #include "Prelude.h" +#include "Stable.h" #ifdef alpha_HOST_ARCH # if defined(linux_HOST_OS) |