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/dired.c | |
| parent | 83be827addf1541b709f80e9f0fc0d0e9ba317e3 (diff) | |
| download | emacs-d2f6dae878c774c9fb601f38aecefa4ce5fb92c3.tar.gz emacs-d2f6dae878c774c9fb601f38aecefa4ce5fb92c3.zip | |
Include "character.h".
Diffstat (limited to 'src/dired.c')
| -rw-r--r-- | src/dired.c | 1 |
1 files changed, 1 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" |