[project @ 2001-07-24 04:41:40 by ken]
authorken <unknown>
Tue, 24 Jul 2001 04:41:40 +0000 (04:41 +0000)
committerken <unknown>
Tue, 24 Jul 2001 04:41:40 +0000 (04:41 +0000)
Added #include "SchedAPI.h" to fix compiler warning message.

ghc/compiler/ghci/InteractiveUI.hs

index d7ea01f..cf749d2 100644 (file)
@@ -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"