aboutsummaryrefslogtreecommitdiffstats
path: root/src/filelock.c
diff options
context:
space:
mode:
authorKenichi Handa2002-03-01 01:06:35 +0000
committerKenichi Handa2002-03-01 01:06:35 +0000
commitd2f6dae878c774c9fb601f38aecefa4ce5fb92c3 (patch)
tree82e18bfad74a8353b70307f696ecf484a1174fc3 /src/filelock.c
parent83be827addf1541b709f80e9f0fc0d0e9ba317e3 (diff)
downloademacs-d2f6dae878c774c9fb601f38aecefa4ce5fb92c3.tar.gz
emacs-d2f6dae878c774c9fb601f38aecefa4ce5fb92c3.zip
Include "character.h".
Diffstat (limited to 'src/filelock.c')
-rw-r--r--src/filelock.c1
1 files changed, 1 insertions, 0 deletions
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;
55 55
56#include "lisp.h" 56#include "lisp.h"
57#include "buffer.h" 57#include "buffer.h"
58#include "character.h"
58#include "charset.h" 59#include "charset.h"
59#include "coding.h" 60#include "coding.h"
60#include "systime.h" 61#include "systime.h"