changeset 88352:509c3faec8b6

Include "character.h".
author Kenichi Handa <handa@m17n.org>
date Fri, 01 Mar 2002 01:06:35 +0000
parents aac41b50c875
children 8e996bb689ca
files src/dired.c src/filelock.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dired.c	Fri Mar 01 01:06:01 2002 +0000
+++ b/src/dired.c	Fri Mar 01 01:06:35 2002 +0000
@@ -88,6 +88,7 @@
 #include "lisp.h"
 #include "buffer.h"
 #include "commands.h"
+#include "character.h"
 #include "charset.h"
 #include "coding.h"
 #include "regex.h"
--- a/src/filelock.c	Fri Mar 01 01:06:01 2002 +0000
+++ b/src/filelock.c	Fri Mar 01 01:06:35 2002 +0000
@@ -55,6 +55,7 @@
 
 #include "lisp.h"
 #include "buffer.h"
+#include "character.h"
 #include "charset.h"
 #include "coding.h"
 #include "systime.h"