aboutsummaryrefslogtreecommitdiffhomepage
path: root/System
diff options
context:
space:
mode:
authorGravatar panne <unknown>2004-10-08 18:35:50 +0000
committerGravatar panne <unknown>2004-10-08 18:35:50 +0000
commitb60a3e7ec7728590b5473d0d77d69ea4c8db2f72 (patch)
treeed7a6e67e93ece1b57302540265688ebfaab28ed /System
parent9bb51bb9a19e13bdfc41adb96fe1206399b02f15 (diff)
[project @ 2004-10-08 18:35:50 by panne]
Unbreak Hugs, 2nd try...
Diffstat (limited to 'System')
-rw-r--r--System/Posix/Process.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Process.hsc b/System/Posix/Process.hsc
index c5e7cc3..5aed5de 100644
--- a/System/Posix/Process.hsc
+++ b/System/Posix/Process.hsc
@@ -79,7 +79,7 @@ import System.Posix.Signals
import Control.Monad
#ifdef __HUGS__
-{-# CBITS HsUnix.c #-}
+{-# CBITS HsUnix.c ../../base/cbits/execvpe.c #-}
#endif
-- -----------------------------------------------------------------------------