From 62e61e0cb686a86e062c830674d50503bc9a79c1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 4 Jun 2009 09:35:39 +0000 Subject: [PATCH] fix a warning --- rts/RtsStartup.c | 1 + 1 file changed, 1 insertion(+) 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" -- 1.7.10.4