From b33fa57b919b0b315a64662b72203de68958e0a4 Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Fri, 10 Nov 2006 16:27:43 +0000 Subject: [PATCH] Make all needed prototypes visible to avoid warnings --- rts/RtsStartup.c | 1 + rts/ThreadPaused.c | 1 + 2 files changed, 2 insertions(+) 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" -- 1.7.10.4