[project @ 2004-12-02 15:57:02 by ross]
[ghc-base.git] / System / Process / Internals.hs
index 0d01825..f53dd5b 100644 (file)
@@ -33,7 +33,7 @@ import Foreign.C.Types ( CInt )
 import Foreign.Ptr ( Ptr )
 
 #ifdef __HUGS__
-{-# CBITS execvpe.c  #-}
+{-# CFILES cbits/execvpe.c  #-}
 #endif
 
 -- ----------------------------------------------------------------------------