summaryrefslogtreecommitdiff
path: root/lib/chown.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chown.c')
-rw-r--r--lib/chown.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/chown.c b/lib/chown.c
index ae6a504a7..2d97902e6 100644
--- a/lib/chown.c
+++ b/lib/chown.c
@@ -30,11 +30,7 @@
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
-#if HAVE_FCNTL_H
-# include <fcntl.h>
-#else
-# include <sys/file.h>
-#endif
+#include <fcntl.h>
#include <errno.h>
/* Provide a more-closely POSIX-conforming version of chown on