From 9fe0837c3a1c9d986fe8b5b581083829bdcc52f5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 12 Feb 2001 12:25:50 +0000 Subject: [PATCH] [project @ 2001-02-12 12:25:50 by simonmar] #include "Linker.h" --- 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 3db4098..aeccf9b 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.42 2001/02/12 11:38:49 sewardj Exp $ +-- $Id: InteractiveUI.hs,v 1.43 2001/02/12 12:25:50 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -7,6 +7,7 @@ -- ----------------------------------------------------------------------------- +{-# OPTIONS -#include "Linker.h" #-} module InteractiveUI (interactiveUI) where #include "HsVersions.h" -- 1.7.10.4