From: Markus Rost Date: Thu, 12 Sep 2002 19:35:17 +0000 (+0000) Subject: Include buffer.h, charset.h, coding.h. X-Git-Tag: ttn-vms-21-2-B4~13203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dad0e4f49ff7683c7d5bafa1b29e06055556b5f9;p=emacs.git Include buffer.h, charset.h, coding.h. --- 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 #include "lisp.h" +#include "buffer.h" +#include "charset.h" +#include "coding.h" int unexec (char *new_name, char *old_name, unsigned int data_start,