From: sven.panne@aedion.de Date: Fri, 10 Nov 2006 16:27:43 +0000 (+0000) Subject: Make all needed prototypes visible to avoid warnings X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b33fa57b919b0b315a64662b72203de68958e0a4;p=ghc-hetmet.git Make all needed prototypes visible to avoid warnings --- diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index 67430dc..08debc0 100644 --- a/rts/RtsStartup.c +++ b/rts/RtsStartup.c @@ -30,6 +30,7 @@ #include "Trace.h" #include "RtsTypeable.h" #include "Stable.h" +#include "Hpc.h" #if defined(RTS_GTK_FRONTPANEL) #include "FrontPanel.h" diff --git a/rts/ThreadPaused.c b/rts/ThreadPaused.c index f701704..e76d70f 100644 --- a/rts/ThreadPaused.c +++ b/rts/ThreadPaused.c @@ -8,6 +8,7 @@ #include "Rts.h" #include "Storage.h" +#include "LdvProfile.h" #include "Updates.h" #include "RaiseAsync.h" #include "Trace.h"