[project @ 2005-01-29 16:10:27 by wolfgang]
authorwolfgang <unknown>
Sat, 29 Jan 2005 16:10:27 +0000 (16:10 +0000)
committerwolfgang <unknown>
Sat, 29 Jan 2005 16:10:27 +0000 (16:10 +0000)
import CString on non-windows platforms.

Debug/Trace.hs

index 7c9295f..5bc7128 100644 (file)
@@ -22,10 +22,8 @@ import Prelude
 import System.IO.Unsafe
 
 #ifdef __GLASGOW_HASKELL__
-#ifdef mingw32_HOST_OS
 import Foreign.C.String
 #endif
-#endif
 
 -- | 'putTraceMsg' function outputs the trace message from IO monad.
 -- Usually the output stream is 'stderr' but if the function is called