* xselect.c: Include stdio,h.
authorJan Djärv <jan.h.d@swipnet.se>
Thu, 5 Feb 2004 02:42:14 +0000 (02:42 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Thu, 5 Feb 2004 02:42:14 +0000 (02:42 +0000)
src/ChangeLog
src/xselect.c

index 576df45..08c4f50 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * xselect.c: Include stdio,h.
+
 2004-02-05  Kenichi Handa  <handa@m17n.org>
 
        * buffer.c (Fset_buffer_multibyte): Fix docstring.
index e8915d0..d0673d8 100644 (file)
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA.  */
 /* Rewritten by jwz */
 
 #include <config.h>
+#include <stdio.h>      /* termhooks.h needs this */
 #include "lisp.h"
 #include "xterm.h"     /* for all of the X includes */
 #include "dispextern.h"        /* frame.h seems to want this */