summaryrefslogtreecommitdiff
path: root/rts/Linker.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Linker.c')
-rw-r--r--rts/Linker.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/Linker.c b/rts/Linker.c
index b6e8249abd..107db26e1e 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -21,11 +21,12 @@
#include "RtsFlags.h"
#include "HsFFI.h"
#include "Hash.h"
+#include "Storage.h"
+#include "Stable.h"
#include "Linker.h"
#include "LinkerInternals.h"
#include "RtsUtils.h"
#include "Schedule.h"
-#include "Storage.h"
#include "Sparks.h"
#include "RtsTypeable.h"