From: panne Date: Sun, 3 Oct 2004 17:13:34 +0000 (+0000) Subject: [project @ 2004-10-03 17:13:34 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1539 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=97417a39565b95d68a586c4eb78fed1b48e6bbe4 [project @ 2004-10-03 17:13:34 by panne] Warning police (added missing #include) --- 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"