aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorKenichi Handa1998-11-16 01:17:06 +0000
committerKenichi Handa1998-11-16 01:17:06 +0000
commit9192a0270db72b77e1535182753ed398944b716c (patch)
treefe7fc942f2a76e4310d1ef892e86a94b1b8e8fae /src/bytecode.c
parent94c02a5e1a2813a0b085d945573cd370c7685c1b (diff)
downloademacs-9192a0270db72b77e1535182753ed398944b716c.tar.gz
emacs-9192a0270db72b77e1535182753ed398944b716c.zip
Include charset.h.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index b71d602d5c2..6ed0eda904f 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -36,6 +36,7 @@ by Hallvard:
36#include <config.h> 36#include <config.h>
37#include "lisp.h" 37#include "lisp.h"
38#include "buffer.h" 38#include "buffer.h"
39#include "charset.h"
39#include "syntax.h" 40#include "syntax.h"
40 41
41/* 42/*