Fix warning in comment.
[gnulib.git] / lib / chown.c
index 86dd371..729dd3b 100644 (file)
@@ -29,9 +29,7 @@
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#if HAVE_UNISTD_H
-# include <unistd.h>
-#endif
+#include <unistd.h>
 #include <fcntl.h>
 #include <errno.h>