diff options
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" |