]> git.eshelyaron.com Git - emacs.git/commitdiff
Include charset.h.
authorKenichi Handa <handa@m17n.org>
Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 16 Nov 1998 01:17:06 +0000 (01:17 +0000)
src/abbrev.c
src/bytecode.c

index 7899bc56d4907fecb753910d24ee067bf7b10a7c..567aa3ca5f44541a2c34605d72a11e1f6d168197 100644 (file)
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA.  */
 #include "commands.h"
 #include "buffer.h"
 #include "window.h"
+#include "charset.h"
 #include "syntax.h"
 
 /* An abbrev table is an obarray.
index b71d602d5c2eac9903af157c1cbc358d2a96b6ba..6ed0eda904fc40af1656a1dea9c96f9bfc431bc6 100644 (file)
@@ -36,6 +36,7 @@ by Hallvard:
 #include <config.h>
 #include "lisp.h"
 #include "buffer.h"
+#include "charset.h"
 #include "syntax.h"
 
 /*