]> git.eshelyaron.com Git - emacs.git/commitdiff
Include "character.h".
authorKenichi Handa <handa@m17n.org>
Fri, 1 Mar 2002 01:06:35 +0000 (01:06 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 1 Mar 2002 01:06:35 +0000 (01:06 +0000)
src/dired.c
src/filelock.c

index 4b6b94d812224a4bc8f1a570e71d8880178c6406..871b0b05a5f8726af5c4e1e4d6044748101d1367 100644 (file)
@@ -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"
index b85f0a68a0eab52d7b004499195bcf32efe90fe1..0b08730ffcbeb415ef617614cf2ace983601697f 100644 (file)
@@ -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"