[project @ 2004-11-12 14:09:39 by simonpj]
authorsimonpj <unknown>
Fri, 12 Nov 2004 14:09:39 +0000 (14:09 +0000)
committersimonpj <unknown>
Fri, 12 Nov 2004 14:09:39 +0000 (14:09 +0000)
Windows fix (include config.h)

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)