diff options
author | sven.panne@aedion.de <unknown> | 2006-11-10 16:27:43 +0000 |
---|---|---|
committer | sven.panne@aedion.de <unknown> | 2006-11-10 16:27:43 +0000 |
commit | b33fa57b919b0b315a64662b72203de68958e0a4 (patch) | |
tree | b5e7847e392ae230ecb044ad9142688e6f29edad /rts/RtsStartup.c | |
parent | 37a3e47992bd46a3cf4f6a4c6fd5b9e187e88452 (diff) | |
download | haskell-b33fa57b919b0b315a64662b72203de68958e0a4.tar.gz |
Make all needed prototypes visible to avoid warnings
Diffstat (limited to 'rts/RtsStartup.c')
-rw-r--r-- | rts/RtsStartup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index 67430dc685..08debc0c8c 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" |