diff options
author | panne <unknown> | 2004-10-03 17:13:34 +0000 |
---|---|---|
committer | panne <unknown> | 2004-10-03 17:13:34 +0000 |
commit | 97417a39565b95d68a586c4eb78fed1b48e6bbe4 (patch) | |
tree | e4cef52f76b162ca5bb8557ce67194a93459e885 | |
parent | 66dda5a5bb72cefc0b06467ce4b0f8e20921c52f (diff) | |
download | haskell-97417a39565b95d68a586c4eb78fed1b48e6bbe4.tar.gz |
[project @ 2004-10-03 17:13:34 by panne]
Warning police (added missing #include)
-rw-r--r-- | ghc/rts/Interpreter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index 5a134287b9..74f24540e8 100644 --- a/ghc/rts/Interpreter.c +++ b/ghc/rts/Interpreter.c @@ -13,6 +13,7 @@ #include "Schedule.h" #include "RtsFlags.h" #include "Storage.h" +#include "LdvProfile.h" #include "Updates.h" #include "Sanity.h" #include "Liveness.h" |