[project @ 2005-05-19 11:13:23 by simonmar]
authorsimonmar <unknown>
Thu, 19 May 2005 11:13:23 +0000 (11:13 +0000)
committersimonmar <unknown>
Thu, 19 May 2005 11:13:23 +0000 (11:13 +0000)
Add required include: #include "RtsFlags.h"

ghc/rts/Capability.h

index f1615dc..7034b6b 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef __CAPABILITY_H__
 #define __CAPABILITY_H__
 
+#include "RtsFlags.h"
+
 // All the capabilities
 extern Capability *capabilities;