summaryrefslogtreecommitdiff
path: root/src/zsoelim.l
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-16 21:38:53 +0100
committerColin Watson <cjwatson@debian.org>2007-10-16 21:38:53 +0100
commitf4ef5b33c75c2c4781519f802d416982edd93d4b (patch)
tree247a1089c6766c259fdd7d2ea6594879afa2e157 /src/zsoelim.l
parent862cc3b63d7f22f1bc7022c0d987e03ace6db1bb (diff)
no need to test HAVE_UNISTD_H any more
Diffstat (limited to 'src/zsoelim.l')
-rw-r--r--src/zsoelim.l6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/zsoelim.l b/src/zsoelim.l
index ba73ec95..09d29e48 100644
--- a/src/zsoelim.l
+++ b/src/zsoelim.l
@@ -42,11 +42,7 @@
#include <string.h>
#include <stdlib.h>
-
-#if defined(HAVE_UNISTD_H)
-# include <unistd.h>
-#endif /* HAVE_UNISTD_H */
-
+#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>