From: Jan Djärv Date: Thu, 5 Feb 2004 02:42:14 +0000 (+0000) Subject: * xselect.c: Include stdio,h. X-Git-Tag: ttn-vms-21-2-B4~7741 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b698285fa77132232b3f0f224c53460ce1bf50c;p=emacs.git * xselect.c: Include stdio,h. --- diff --git a/src/ChangeLog b/src/ChangeLog index 576df45faff..08c4f509d2d 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 e8915d0b7a9..d0673d8b70e 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 */