diff src/xterm.c @ 112317:7df2e30d72ec

Include <unistd.h> unilaterally.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:12:35 -0800
parents 40af77a50adc
children 17e0028efc29
line wrap: on
line diff
--- a/src/xterm.c	Sun Jan 09 00:00:02 2011 -0800
+++ b/src/xterm.c	Sun Jan 09 00:12:35 2011 -0800
@@ -90,9 +90,8 @@
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif
-#ifdef HAVE_UNISTD_H
+
 #include <unistd.h>
-#endif
 
 #ifdef USE_GTK
 #include "gtkutil.h"