From 5b698285fa77132232b3f0f224c53460ce1bf50c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Thu, 5 Feb 2004 02:42:14 +0000 Subject: [PATCH] * xselect.c: Include stdio,h. --- src/ChangeLog | 4 ++++ src/xselect.c | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 576df45faf..08c4f509d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2004-02-05 Jan Dj,Ad(Brv + + * xselect.c: Include stdio,h. + 2004-02-05 Kenichi Handa * buffer.c (Fset_buffer_multibyte): Fix docstring. diff --git a/src/xselect.c b/src/xselect.c index e8915d0b7a..d0673d8b70 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA. */ /* Rewritten by jwz */ #include +#include /* 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 */ -- 2.20.1