diff options
| author | Markus Rost | 2002-09-12 19:35:17 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-09-12 19:35:17 +0000 |
| commit | dad0e4f49ff7683c7d5bafa1b29e06055556b5f9 (patch) | |
| tree | 331dc918797e63b54eb31db7c67c73f13c37b33e /src | |
| parent | 76959b779646d9113e87335d0781837610ffd2d8 (diff) | |
| download | emacs-dad0e4f49ff7683c7d5bafa1b29e06055556b5f9.tar.gz emacs-dad0e4f49ff7683c7d5bafa1b29e06055556b5f9.zip | |
Include buffer.h, charset.h, coding.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/unexsol.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unexsol.c b/src/unexsol.c index 41ad95ef51c..7f73b68518b 100644 --- a/src/unexsol.c +++ b/src/unexsol.c | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | #include <dlfcn.h> | 5 | #include <dlfcn.h> |
| 6 | 6 | ||
| 7 | #include "lisp.h" | 7 | #include "lisp.h" |
| 8 | #include "buffer.h" | ||
| 9 | #include "charset.h" | ||
| 10 | #include "coding.h" | ||
| 8 | 11 | ||
| 9 | int | 12 | int |
| 10 | unexec (char *new_name, char *old_name, unsigned int data_start, | 13 | unexec (char *new_name, char *old_name, unsigned int data_start, |