From 97417a39565b95d68a586c4eb78fed1b48e6bbe4 Mon Sep 17 00:00:00 2001 From: panne Date: Sun, 3 Oct 2004 17:13:34 +0000 Subject: [PATCH] [project @ 2004-10-03 17:13:34 by panne] Warning police (added missing #include) --- ghc/rts/Interpreter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/rts/Interpreter.c b/ghc/rts/Interpreter.c index 5a13428..74f2454 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" -- 1.7.10.4