]> code.delx.au - gnu-emacs/blobdiff - src/dired.c
Merge from mainline.
[gnu-emacs] / src / dired.c
index f2149e1feb81a946d1d92b3a4e8f3bbd41558e6a..0f91ccbfbf1a85e8d518df0c854956270620678e 100644 (file)
@@ -31,10 +31,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <grp.h>
 
 #include <errno.h>
-
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 
 /* The d_nameln member of a struct dirent includes the '\0' character
    on some systems, but not on others.  What's worse, you can't tell