diff options
| author | Jan Djärv | 2004-02-05 02:42:14 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-02-05 02:42:14 +0000 |
| commit | 5b698285fa77132232b3f0f224c53460ce1bf50c (patch) | |
| tree | 292c3c8d94bb64ebb1983daa94ed593b04030eeb /src | |
| parent | fc1d15f69da0808959f5d6e8c8caa0a8d0b100c7 (diff) | |
| download | emacs-5b698285fa77132232b3f0f224c53460ce1bf50c.tar.gz emacs-5b698285fa77132232b3f0f224c53460ce1bf50c.zip | |
* xselect.c: Include stdio,h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xselect.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 576df45faff..08c4f509d2d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xselect.c: Include stdio,h. | ||
| 4 | |||
| 1 | 2004-02-05 Kenichi Handa <handa@m17n.org> | 5 | 2004-02-05 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * buffer.c (Fset_buffer_multibyte): Fix docstring. | 7 | * 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. */ | |||
| 23 | /* Rewritten by jwz */ | 23 | /* Rewritten by jwz */ |
| 24 | 24 | ||
| 25 | #include <config.h> | 25 | #include <config.h> |
| 26 | #include <stdio.h> /* termhooks.h needs this */ | ||
| 26 | #include "lisp.h" | 27 | #include "lisp.h" |
| 27 | #include "xterm.h" /* for all of the X includes */ | 28 | #include "xterm.h" /* for all of the X includes */ |
| 28 | #include "dispextern.h" /* frame.h seems to want this */ | 29 | #include "dispextern.h" /* frame.h seems to want this */ |