comparison src/xselect.c @ 53818:a3c89ed1aac5

* xselect.c: Include stdio,h.
author Jan Djärv <jan.h.d@swipnet.se>
date Thu, 05 Feb 2004 02:42:14 +0000
parents 8aea816df4cc
children 609de9ab5f75
comparison
equal deleted inserted replaced
53817:783b7274147f 53818:a3c89ed1aac5
21 21
22 22
23 /* Rewritten by jwz */ 23 /* Rewritten by jwz */
24 24
25 #include <config.h> 25 #include <config.h>
26 #include <stdio.h> /* termhooks.h needs this */
26 #include "lisp.h" 27 #include "lisp.h"
27 #include "xterm.h" /* for all of the X includes */ 28 #include "xterm.h" /* for all of the X includes */
28 #include "dispextern.h" /* frame.h seems to want this */ 29 #include "dispextern.h" /* frame.h seems to want this */
29 #include "frame.h" /* Need this to get the X window of selected_frame */ 30 #include "frame.h" /* Need this to get the X window of selected_frame */
30 #include "blockinput.h" 31 #include "blockinput.h"