From: ken Date: Tue, 24 Jul 2001 04:41:40 +0000 (+0000) Subject: [project @ 2001-07-24 04:41:40 by ken] X-Git-Tag: Approximately_9120_patches~1452 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=395065b0433334f67c3db84af14de1aef8f038a0;p=ghc-hetmet.git [project @ 2001-07-24 04:41:40 by ken] Added #include "SchedAPI.h" to fix compiler warning message. --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index d7ea01f..cf749d2 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.82 2001/07/18 16:06:10 rrt Exp $ +-- $Id: InteractiveUI.hs,v 1.83 2001/07/24 04:41:40 ken Exp $ -- -- GHC Interactive User Interface -- @@ -8,6 +8,7 @@ ----------------------------------------------------------------------------- {-# OPTIONS -#include "Linker.h" #-} +{-# OPTIONS -#include "SchedAPI.h" #-} module InteractiveUI ( interactiveUI, ghciWelcomeMsg ) where #include "../includes/config.h"