From: Juanma Barranquero Date: Mon, 24 Jun 2002 07:56:18 +0000 (+0000) Subject: Include composite.h X-Git-Tag: ttn-vms-21-2-B4~14469 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7d05dc449eacf5afe88da5619dc5253c985de35;p=emacs.git Include composite.h --- diff --git a/src/ChangeLog b/src/ChangeLog index 0ca641210aa..7d9cf969c1a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,8 @@ * w32select.c: Include composite.h + * w16select.c: Likewise. + 2002-06-22 Stefan Monnier * 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. */ #include "buffer.h" #include "charset.h" #include "coding.h" +#include "composite.h" /* If ever some function outside this file will need to call any 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. */ #include "buffer.h" #include "charset.h" #include "coding.h" +#include "composite.h" Lisp_Object QCLIPBOARD;