]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 576df45faff108f08371320d012267e52431fd15..08c4f509d2d07a8e3d50273955e0314124c3c390 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 e8915d0b7a9837b31827c196bc372e06bcdbdc5d..d0673d8b70ef35c912621df9aaa434849eacdaef 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 */