diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-09-12 19:35:17 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-09-12 19:35:17 +0000 |
commit | dad0e4f49ff7683c7d5bafa1b29e06055556b5f9 (patch) | |
tree | 331dc918797e63b54eb31db7c67c73f13c37b33e /src/unexsol.c | |
parent | 76959b779646d9113e87335d0781837610ffd2d8 (diff) | |
download | emacs-dad0e4f49ff7683c7d5bafa1b29e06055556b5f9.tar.gz |
Include buffer.h, charset.h, coding.h.
Diffstat (limited to 'src/unexsol.c')
-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 @@ #include <dlfcn.h> #include "lisp.h" +#include "buffer.h" +#include "charset.h" +#include "coding.h" int unexec (char *new_name, char *old_name, unsigned int data_start, |