Include <unistd.h> unilaterally.
[bpt/emacs.git] / src / emacs.c
index 6a04eda..dca7245 100644 (file)
@@ -28,10 +28,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <sys/types.h>
 #include <sys/file.h>
 #include <setjmp.h>
-
-#ifdef HAVE_UNISTD_H
 #include <unistd.h>
-#endif
 
 #ifdef WINDOWSNT
 #include <fcntl.h>