aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Files.hsc
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2011-03-24 00:10:29 +0000
committerGravatar Ian Lynagh <igloo@earth.li>2011-03-24 00:10:29 +0000
commitdc2479b98da7aac38d4b6ad141727e4c128bf4f2 (patch)
tree4dea574e63ad0b2ef290f88294bbf79a2f9cb8cf /System/Posix/Files.hsc
parentc45f4f7535dae8680e999a75d70b14b9f940dbd2 (diff)
Include HsUnix.h earlier in System/Posix/Files.hsc
Diffstat (limited to 'System/Posix/Files.hsc')
-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