diff options
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 */ |