aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
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/*