From 49f9723f7ac329611d3adc19800ed19a24eec2f5 Mon Sep 17 00:00:00 2001 From: ross Date: Tue, 6 Jan 2004 14:01:52 +0000 Subject: [PATCH] [project @ 2004-01-06 14:01:52 by ross] fix for Hugs --- Foreign/C/Error.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foreign/C/Error.hs b/Foreign/C/Error.hs index 9b7059d..dc37966 100644 --- a/Foreign/C/Error.hs +++ b/Foreign/C/Error.hs @@ -116,7 +116,7 @@ import System.IO.Unsafe ( unsafePerformIO ) #endif #ifdef __HUGS__ -{-# CBITS errno.c #-} +{-# CBITS PrelIOUtils.c #-} #endif -- 1.7.10.4