summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc/rts/Capability.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/rts/Capability.h b/ghc/rts/Capability.h
index f1615dc4e2..7034b6bbf0 100644
--- a/ghc/rts/Capability.h
+++ b/ghc/rts/Capability.h
@@ -23,6 +23,8 @@
#ifndef __CAPABILITY_H__
#define __CAPABILITY_H__
+#include "RtsFlags.h"
+
// All the capabilities
extern Capability *capabilities;