aboutsummaryrefslogtreecommitdiff
path: root/Common.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Common.hs')
-rwxr-xr-xCommon.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common.hs b/Common.hs
index 6f59acc76..8dce23330 100755
--- a/Common.hs
+++ b/Common.hs
@@ -16,7 +16,7 @@ import "MissingH" System.Path as X
import System.FilePath as X
import System.Directory as X
import System.IO as X hiding (FilePath)
-#if 0
+#ifndef mingw32_HOST_OS
import System.Posix.Files as X
import System.Posix.IO as X
#endif