[project @ 2003-04-11 23:39:43 by ross]
[ghc-base.git] / System / Posix / Internals.hs
index aac0997..7ac142f 100644 (file)
@@ -43,6 +43,8 @@ import System.IO
 
 #ifdef __HUGS__
 import Hugs.Prelude (IOException(..), IOErrorType(..))
+
+{-# CBITS PrelIOUtils.c #-}
 #endif
 
 -- ---------------------------------------------------------------------------