From f01b31dd2e962b5d2ffcad547b3c781d41ec186b Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 19 May 2005 11:13:23 +0000 Subject: [PATCH] [project @ 2005-05-19 11:13:23 by simonmar] Add required include: #include "RtsFlags.h" --- ghc/rts/Capability.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/rts/Capability.h b/ghc/rts/Capability.h index f1615dc..7034b6b 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; -- 1.7.10.4