[project @ 2003-08-22 22:11:03 by sof]
authorsof <unknown>
Fri, 22 Aug 2003 22:11:03 +0000 (22:11 +0000)
committersof <unknown>
Fri, 22 Aug 2003 22:11:03 +0000 (22:11 +0000)
[GHC only]: Added missing 'config.h' #include ; needed by getProgName

Merge to STABLE.

System/Environment.hs

index 4c62fca..31f6765 100644 (file)
@@ -33,6 +33,7 @@ import Foreign
 import Foreign.C
 import Control.Monad
 import GHC.IOBase
+#include "config.h"
 #endif
 
 #ifdef __HUGS__