[project @ 2001-03-01 12:25:32 by rrt]
[ghc-hetmet.git] / ghc / driver / PackageSrc.hs
index 81b963b..2eb3e6d 100644 (file)
@@ -113,7 +113,7 @@ package_details installing =
         hs_libraries      = [ "HSstd" ],
        extra_libraries   = [ "HSstd_cbits" ] ++
 #                           ifdef mingw32_TARGET_OS
-                            ["wsock32"]
+                            ["wsock32", "msvcrt"]
 #                           else
                             ["m"]   -- libm, that is
 #                           endif