[project @ 2003-08-22 22:11:03 by sof]
[ghc-base.git] / 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__