diff options
Diffstat (limited to 'rts/RtsMain.c')
-rw-r--r-- | rts/RtsMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsMain.c b/rts/RtsMain.c index 667c9e4ae2..154eafa0e0 100644 --- a/rts/RtsMain.c +++ b/rts/RtsMain.c @@ -8,7 +8,6 @@ #define COMPILING_RTS_MAIN -#include "Excn.h" #include "PosixSource.h" #include "Rts.h" #include "RtsAPI.h" @@ -16,6 +15,7 @@ #include "RtsUtils.h" #include "Prelude.h" #include "Task.h" +#include "Excn.h" #ifdef DEBUG # include "Printer.h" /* for printing */ |