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/w16select.c | |
| parent | d0db8f5637ca54c50b6eae268415f796ed617eaf (diff) | |
| download | emacs-f7d05dc449eacf5afe88da5619dc5253c985de35.tar.gz emacs-f7d05dc449eacf5afe88da5619dc5253c985de35.zip | |
Include composite.h
Diffstat (limited to 'src/w16select.c')
| -rw-r--r-- | src/w16select.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |