aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/w16select.c1
-rw-r--r--src/w32select.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0ca641210aa..7d9cf969c1a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * w32select.c: Include composite.h 3 * w32select.c: Include composite.h
4 4
5 * w16select.c: Likewise.
6
52002-06-22 Stefan Monnier <monnier@cs.yale.edu> 72002-06-22 Stefan Monnier <monnier@cs.yale.edu>
6 8
7 * lread.c (Fread): Remove redundant and imprecise declaration. 9 * lread.c (Fread): Remove redundant and imprecise declaration.
diff --git a/src/w16select.c b/src/w16select.c
index 6c6038994b9..194efdf590d 100644
--- a/src/w16select.c
+++ b/src/w16select.c
@@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */
40#include "buffer.h" 40#include "buffer.h"
41#include "charset.h" 41#include "charset.h"
42#include "coding.h" 42#include "coding.h"
43#include "composite.h"
43 44
44/* If ever some function outside this file will need to call any 45/* If ever some function outside this file will need to call any
45 clipboard-related function, the following prototypes and constants 46 clipboard-related function, the following prototypes and constants
diff --git a/src/w32select.c b/src/w32select.c
index 4f1ca582daf..ef0910964e8 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
30#include "buffer.h" 30#include "buffer.h"
31#include "charset.h" 31#include "charset.h"
32#include "coding.h" 32#include "coding.h"
33#include "composite.h"
33 34
34Lisp_Object QCLIPBOARD; 35Lisp_Object QCLIPBOARD;
35 36