From d2f6dae878c774c9fb601f38aecefa4ce5fb92c3 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 1 Mar 2002 01:06:35 +0000 Subject: [PATCH] Include "character.h". --- src/dired.c | 1 + src/filelock.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/dired.c b/src/dired.c index 4b6b94d8122..871b0b05a5f 100644 --- a/src/dired.c +++ b/src/dired.c @@ -88,6 +88,7 @@ extern struct direct *readdir (); #include "lisp.h" #include "buffer.h" #include "commands.h" +#include "character.h" #include "charset.h" #include "coding.h" #include "regex.h" diff --git a/src/filelock.c b/src/filelock.c index b85f0a68a0e..0b08730ffcb 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -55,6 +55,7 @@ extern int errno; #include "lisp.h" #include "buffer.h" +#include "character.h" #include "charset.h" #include "coding.h" #include "systime.h" -- 2.39.2