aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Directory.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'System/Posix/Directory.hsc')
-rw-r--r--System/Posix/Directory.hsc4
1 files changed, 4 insertions, 0 deletions
diff --git a/System/Posix/Directory.hsc b/System/Posix/Directory.hsc
index 71a70ce..d0ef4c0 100644
--- a/System/Posix/Directory.hsc
+++ b/System/Posix/Directory.hsc
@@ -29,8 +29,12 @@ module System.Posix.Directory (
rewindDirStream,
closeDirStream,
DirStreamOffset,
+#ifdef HAVE_TELLDIR
tellDirStream,
+#endif
+#ifdef HAVE_SEEKDIR
seekDirStream,
+#endif
-- * The working dirctory
getWorkingDirectory,