aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 9987c6118b0..0b8d0cee049 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -32,7 +32,7 @@ by Hallvard:
32 o all conditionals now only do QUIT if they jump. 32 o all conditionals now only do QUIT if they jump.
33 */ 33 */
34 34
35#include "config.h" 35#include <config.h>
36#include "lisp.h" 36#include "lisp.h"
37#include "buffer.h" 37#include "buffer.h"
38#include "syntax.h" 38#include "syntax.h"