diff options
Diffstat (limited to 'src/filelock.c')
-rw-r--r-- | src/filelock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelock.c b/src/filelock.c index 6e8e6da9fbd..6a3972dad42 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -53,7 +53,7 @@ extern int errno; #include "lisp.h" #include "buffer.h" -#include "charset.h" +#include "character.h" #include "coding.h" #include "systime.h" |