summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-06-04 09:35:39 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-06-04 09:35:39 +0000
commit62e61e0cb686a86e062c830674d50503bc9a79c1 (patch)
tree3dc390f9591318a7d83696922d015e2512c557b0 /rts
parentd9275dd06ee24575ff50a6696fe7fe1e1fa91ac7 (diff)
downloadhaskell-62e61e0cb686a86e062c830674d50503bc9a79c1.tar.gz
fix a warning
Diffstat (limited to 'rts')
-rw-r--r--rts/RtsStartup.c1
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"