diff options
| author | Juanma Barranquero | 2002-06-24 07:56:18 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-06-24 07:56:18 +0000 |
| commit | f7d05dc449eacf5afe88da5619dc5253c985de35 (patch) | |
| tree | 09c04652d1588502c0fd21a07c5e9656f103e6fd /src | |
| parent | d0db8f5637ca54c50b6eae268415f796ed617eaf (diff) | |
| download | emacs-f7d05dc449eacf5afe88da5619dc5253c985de35.tar.gz emacs-f7d05dc449eacf5afe88da5619dc5253c985de35.zip | |
Include composite.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/w16select.c | 1 | ||||
| -rw-r--r-- | src/w32select.c | 1 |
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 | |||
| 5 | 2002-06-22 Stefan Monnier <monnier@cs.yale.edu> | 7 | 2002-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 | ||
| 34 | Lisp_Object QCLIPBOARD; | 35 | Lisp_Object QCLIPBOARD; |
| 35 | 36 | ||