diff options
Diffstat (limited to 'src/xselect.c')
-rw-r--r-- | src/xselect.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xselect.c b/src/xselect.c index 7b91d6f69b9..ed064584cc5 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -27,9 +27,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif -#ifdef HAVE_UNISTD_H + #include <unistd.h> -#endif #include "lisp.h" #include "xterm.h" /* for all of the X includes */ |