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 0335af81860..4a1e2da3556 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -34,6 +34,7 @@ by Hallvard: | |||
| 34 | */ | 34 | */ |
| 35 | 35 | ||
| 36 | #include <config.h> | 36 | #include <config.h> |
| 37 | #include <setjmp.h> | ||
| 37 | #include "lisp.h" | 38 | #include "lisp.h" |
| 38 | #include "buffer.h" | 39 | #include "buffer.h" |
| 39 | #include "character.h" | 40 | #include "character.h" |