changeset 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 783b7274147f
children a3fe35a8b56b
files src/ChangeLog src/xselect.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 05 02:16:36 2004 +0000
+++ b/src/ChangeLog	Thu Feb 05 02:42:14 2004 +0000
@@ -1,3 +1,7 @@
+2004-02-05  Jan Dj,Ad(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.
--- a/src/xselect.c	Thu Feb 05 02:16:36 2004 +0000
+++ b/src/xselect.c	Thu Feb 05 02:42:14 2004 +0000
@@ -23,6 +23,7 @@
 /* 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 */