summaryrefslogtreecommitdiff
path: root/ghc/rts/Interpreter.c
diff options
context:
space:
mode:
authorpanne <unknown>2004-10-03 17:13:34 +0000
committerpanne <unknown>2004-10-03 17:13:34 +0000
commit97417a39565b95d68a586c4eb78fed1b48e6bbe4 (patch)
treee4cef52f76b162ca5bb8557ce67194a93459e885 /ghc/rts/Interpreter.c
parent66dda5a5bb72cefc0b06467ce4b0f8e20921c52f (diff)
downloadhaskell-97417a39565b95d68a586c4eb78fed1b48e6bbe4.tar.gz
[project @ 2004-10-03 17:13:34 by panne]
Warning police (added missing #include)
Diffstat (limited to 'ghc/rts/Interpreter.c')
-rw-r--r--ghc/rts/Interpreter.c1
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"