From 395065b0433334f67c3db84af14de1aef8f038a0 Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 24 Jul 2001 04:41:40 +0000 Subject: [PATCH] [project @ 2001-07-24 04:41:40 by ken] Added #include "SchedAPI.h" to fix compiler warning message. --- ghc/compiler/ghci/InteractiveUI.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 1.7.10.4