diff options
author | simonmar <unknown> | 2005-05-19 11:13:23 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-05-19 11:13:23 +0000 |
commit | f01b31dd2e962b5d2ffcad547b3c781d41ec186b (patch) | |
tree | f6c4097659877ee1e8d3b07cbb9b1f86383c1538 | |
parent | e615ba8afcb858823af3a9ca19e4aed28e2ef33a (diff) | |
download | haskell-f01b31dd2e962b5d2ffcad547b3c781d41ec186b.tar.gz |
[project @ 2005-05-19 11:13:23 by simonmar]
Add required include: #include "RtsFlags.h"
-rw-r--r-- | ghc/rts/Capability.h | 2 |
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; |