[project @ 2002-07-16 16:08:58 by ross]
[ghc-base.git] / System / Mem.hs
index a12847b..2391936 100644 (file)
@@ -18,6 +18,10 @@ module System.Mem (
  
 import Prelude
 
+#ifdef __HUGS__
+import Hugs.IOExts
+#endif
+
 #ifdef __GLASGOW_HASKELL__
 -- | Triggers an immediate garbage collection
 foreign import ccall {-safe-} "performGC" performGC :: IO ()