diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-06-04 09:35:39 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-06-04 09:35:39 +0000 |
commit | 62e61e0cb686a86e062c830674d50503bc9a79c1 (patch) | |
tree | 3dc390f9591318a7d83696922d015e2512c557b0 /rts | |
parent | d9275dd06ee24575ff50a6696fe7fe1e1fa91ac7 (diff) | |
download | haskell-62e61e0cb686a86e062c830674d50503bc9a79c1.tar.gz |
fix a warning
Diffstat (limited to 'rts')
-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 2eae0916bb..bc8379e4c5 100644 --- a/rts/RtsStartup.c +++ b/rts/RtsStartup.c @@ -35,6 +35,7 @@ #include "Hpc.h" #include "FileLock.h" #include "EventLog.h" +#include "Hash.h" #if defined(RTS_GTK_FRONTPANEL) #include "FrontPanel.h" |