summaryrefslogtreecommitdiff
path: root/rts/Globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/Globals.c')
-rw-r--r--rts/Globals.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/rts/Globals.c b/rts/Globals.c
index a0d0788335..15b10130a8 100644
--- a/rts/Globals.c
+++ b/rts/Globals.c
@@ -9,8 +9,11 @@
*
* ---------------------------------------------------------------------------*/
+#include "PosixSource.h"
#include "Rts.h"
-#include "RtsGlobals.h"
+
+#include "Globals.h"
+#include "Stable.h"
static StgStablePtr typeableStore = 0;
static StgStablePtr signalHandlerStore = 0;