]> git.eshelyaron.com Git - emacs.git/commitdiff
Include composite.h
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 24 Jun 2002 07:56:18 +0000 (07:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 24 Jun 2002 07:56:18 +0000 (07:56 +0000)
src/ChangeLog
src/w16select.c
src/w32select.c

index 0ca641210aac40b3c9f965bce8e1fb630cce7e16..7d9cf969c1a61c5ec2589f085990a6ac6f106ed3 100644 (file)
@@ -2,6 +2,8 @@
 
        * w32select.c: Include composite.h
 
+       * w16select.c: Likewise.
+
 2002-06-22  Stefan Monnier  <monnier@cs.yale.edu>
 
        * lread.c (Fread): Remove redundant and imprecise declaration.
index 6c6038994b918600538fe28b22b9f0f58b9310b4..194efdf590dce8b5ca32eb316c31704adc77ca7a 100644 (file)
@@ -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
index 4f1ca582daf60f952c08979f5a3a11af46c5638e..ef0910964e819664bc0dda6b900caaf35b31237a 100644 (file)
@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA.  */
 #include "buffer.h"
 #include "charset.h"
 #include "coding.h"
+#include "composite.h"
 
 Lisp_Object QCLIPBOARD;