summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-06-24 07:56:18 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-06-24 07:56:18 +0000
commitf7d05dc449eacf5afe88da5619dc5253c985de35 (patch)
tree09c04652d1588502c0fd21a07c5e9656f103e6fd /src
parentd0db8f5637ca54c50b6eae268415f796ed617eaf (diff)
downloademacs-f7d05dc449eacf5afe88da5619dc5253c985de35.tar.gz
Include composite.h
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 @@
* 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.
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;