aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
authorPaul Eggert2011-01-09 00:12:35 -0800
committerPaul Eggert2011-01-09 00:12:35 -0800
commit4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (patch)
tree44d96204ce5ebd144662234e6185d542838be9d1 /src/xselect.c
parent613f7bda1d003048ad79e7c4bba744e5057d609e (diff)
downloademacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.tar.gz
emacs-4004364e6777a1ed2c3e2c0fdf9fed871b186ac3.zip
Include <unistd.h> unilaterally.
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c3
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/>. */
27#ifdef HAVE_SYS_TYPES_H 27#ifdef HAVE_SYS_TYPES_H
28#include <sys/types.h> 28#include <sys/types.h>
29#endif 29#endif
30#ifdef HAVE_UNISTD_H 30
31#include <unistd.h> 31#include <unistd.h>
32#endif
33 32
34#include "lisp.h" 33#include "lisp.h"
35#include "xterm.h" /* for all of the X includes */ 34#include "xterm.h" /* for all of the X includes */