From dad0e4f49ff7683c7d5bafa1b29e06055556b5f9 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Thu, 12 Sep 2002 19:35:17 +0000 Subject: Include buffer.h, charset.h, coding.h. --- src/unexsol.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/unexsol.c') 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, -- cgit v1.2.1