aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--System/Posix/Files.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/System/Posix/Files.hsc b/System/Posix/Files.hsc
index ab10189..0242a07 100644
--- a/System/Posix/Files.hsc
+++ b/System/Posix/Files.hsc
@@ -24,6 +24,8 @@
--
-----------------------------------------------------------------------------
+#include "HsUnix.h"
+
module System.Posix.Files (
-- * File modes
-- FileMode exported by System.Posix.Types
@@ -84,8 +86,6 @@ module System.Posix.Files (
PathVar(..), getPathVar, getFdPathVar,
) where
-#include "HsUnix.h"
-
import System.Posix.Error
import System.Posix.Types
import System.IO.Unsafe