diff src/emacs.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 826bb901e88b
children 42e22c4f06b7
line wrap: on
line diff
--- a/src/emacs.c	Sun Jan 09 00:00:02 2011 -0800
+++ b/src/emacs.c	Sun Jan 09 00:12:35 2011 -0800
@@ -28,10 +28,7 @@
 #include <sys/types.h>
 #include <sys/file.h>
 #include <setjmp.h>
-
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 
 #ifdef WINDOWSNT
 #include <fcntl.h>