[project @ 2001-06-14 15:42:35 by simonpj]
[ghc-hetmet.git] / ghc / compiler / main / DriverPhases.hs
index 89e8ef4..69840a3 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: DriverPhases.hs,v 1.9 2001/05/08 10:58:48 simonmar Exp $
+-- $Id: DriverPhases.hs,v 1.10 2001/06/14 15:42:35 simonpj Exp $
 --
 -- GHC Driver
 --
@@ -18,6 +18,8 @@ module DriverPhases (
    cish_file, cish_suffix
  ) where
 
+#include "../includes/config.h"
+
 import DriverUtil
 
 -----------------------------------------------------------------------------