[project @ 2004-11-12 14:09:39 by simonpj]
[ghc-hetmet.git] / ghc / lib / compat / Compat / RawSystem.hs
index 2d88c29..196201a 100644 (file)
 
 module Compat.RawSystem (rawSystem) where
 
+#if __GLASGOW_HASKELL__ < 603
+#include "config.h"
+#endif
+
 #if __GLASGOW_HASKELL__ >= 603
 
 import System.Cmd (rawSystem)