From: sof Date: Fri, 22 Aug 2003 22:11:03 +0000 (+0000) Subject: [project @ 2003-08-22 22:11:03 by sof] X-Git-Tag: nhc98-1-18-release~532 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5bb31f0a11f355ab3f04733a203f19540eccbf0f;p=haskell-directory.git [project @ 2003-08-22 22:11:03 by sof] [GHC only]: Added missing 'config.h' #include ; needed by getProgName Merge to STABLE. --- 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__