diff options
| author | Kenichi Handa | 2002-03-01 01:06:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-03-01 01:06:35 +0000 |
| commit | d2f6dae878c774c9fb601f38aecefa4ce5fb92c3 (patch) | |
| tree | 82e18bfad74a8353b70307f696ecf484a1174fc3 /src | |
| parent | 83be827addf1541b709f80e9f0fc0d0e9ba317e3 (diff) | |
| download | emacs-d2f6dae878c774c9fb601f38aecefa4ce5fb92c3.tar.gz emacs-d2f6dae878c774c9fb601f38aecefa4ce5fb92c3.zip | |
Include "character.h".
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 1 | ||||
| -rw-r--r-- | src/filelock.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 (); | |||
| 88 | #include "lisp.h" | 88 | #include "lisp.h" |
| 89 | #include "buffer.h" | 89 | #include "buffer.h" |
| 90 | #include "commands.h" | 90 | #include "commands.h" |
| 91 | #include "character.h" | ||
| 91 | #include "charset.h" | 92 | #include "charset.h" |
| 92 | #include "coding.h" | 93 | #include "coding.h" |
| 93 | #include "regex.h" | 94 | #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; | |||
| 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" |