diff options
Diffstat (limited to 'rts/Adjustor.c')
-rw-r--r-- | rts/Adjustor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/Adjustor.c b/rts/Adjustor.c index e93f361aee..0f09743a02 100644 --- a/rts/Adjustor.c +++ b/rts/Adjustor.c @@ -38,9 +38,9 @@ Haskell side. #include "PosixSource.h" #include "Rts.h" -#include "RtsExternal.h" + #include "RtsUtils.h" -#include <stdlib.h> +#include "Stable.h" #if defined(USE_LIBFFI_FOR_ADJUSTORS) |