diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,9 @@
+# ChangeLog for conduit
+
+## 1.3.1.1
+
+* Use lower-case imports (better for cross-compilation) [#408](https://github.com/snoyberg/conduit/pull/408)
+
 ## 1.3.1
 
 * Add `MonadFail` instance for `ConduitT`.
diff --git a/conduit.cabal b/conduit.cabal
--- a/conduit.cabal
+++ b/conduit.cabal
@@ -1,5 +1,5 @@
 Name:                conduit
-Version:             1.3.1
+Version:             1.3.1.1
 Synopsis:            Streaming data processing library.
 description:
     `conduit` is a solution to the streaming data problem, allowing for production,
diff --git a/src/System/Win32File.hsc b/src/System/Win32File.hsc
--- a/src/System/Win32File.hsc
+++ b/src/System/Win32File.hsc
@@ -31,8 +31,8 @@
 
 
 #include <fcntl.h>
-#include <Share.h>
-#include <SYS/Stat.h>
+#include <share.h>
+#include <sys/stat.h>
 #include <errno.h>
 
 newtype OFlag = OFlag CInt
