diff options
Diffstat (limited to 'rts/RtsAPI.c')
-rw-r--r-- | rts/RtsAPI.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RtsAPI.c b/rts/RtsAPI.c index b1b1d9c52d..1a18e9bf7b 100644 --- a/rts/RtsAPI.c +++ b/rts/RtsAPI.c @@ -17,6 +17,7 @@ #include "Prelude.h" #include "Schedule.h" #include "Capability.h" +#include "Stable.h" #include <stdlib.h> |