Set -fno-stack-protector in CONF_CC_OPTS_STAGE* rathre than extra-gcc-opts
[ghc-hetmet.git] / rts / Inlines.c
index 5d2be70..e6f29b6 100644 (file)
@@ -2,4 +2,8 @@
 // compiled for real here, just in case the definition was not inlined
 // at some call site:
 #define KEEP_INLINES
+#include "PosixSource.h"
 #include "Rts.h"
+#include "Schedule.h"
+#include "Capability.h"
+#include "WSDeque.h"