diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 1 |
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 | /* |