From 5bb31f0a11f355ab3f04733a203f19540eccbf0f Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 22 Aug 2003 22:11:03 +0000 Subject: [PATCH] [project @ 2003-08-22 22:11:03 by sof] [GHC only]: Added missing 'config.h' #include ; needed by getProgName Merge to STABLE. --- System/Environment.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Environment.hs b/System/Environment.hs index 4c62fca..31f6765 100644 --- a/System/Environment.hs +++ b/System/Environment.hs @@ -33,6 +33,7 @@ import Foreign import Foreign.C import Control.Monad import GHC.IOBase +#include "config.h" #endif #ifdef __HUGS__ -- 1.7.10.4