diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c index 405284f778b..678bafaa9ea 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -289,6 +289,7 @@ encode_coding_XXX (coding) | |||
| 289 | 289 | ||
| 290 | #include <config.h> | 290 | #include <config.h> |
| 291 | #include <stdio.h> | 291 | #include <stdio.h> |
| 292 | #include <setjmp.h> | ||
| 292 | 293 | ||
| 293 | #include "lisp.h" | 294 | #include "lisp.h" |
| 294 | #include "buffer.h" | 295 | #include "buffer.h" |