diff options
Diffstat (limited to 'rts/HsFFI.c')
-rw-r--r-- | rts/HsFFI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/HsFFI.c b/rts/HsFFI.c index 58651b81e9..0b9f3f0063 100644 --- a/rts/HsFFI.c +++ b/rts/HsFFI.c @@ -7,8 +7,8 @@ * ---------------------------------------------------------------------------*/ #include "rts/PosixSource.h" -#include "HsFFI.h" #include "Rts.h" +#include "HsFFI.h" #include "StablePtr.h" #include "Task.h" |