From: Simon Marlow Date: Thu, 4 Jun 2009 09:35:39 +0000 (+0000) Subject: fix a warning X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=62e61e0cb686a86e062c830674d50503bc9a79c1 fix a warning --- diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index 2eae091..bc8379e 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"